Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ add_query()

def Cope.streamlit.SS.add_query (   self,
names 
)

Adds variables to be monitored with query parameters as well.

Names must already be set to be watched. This should only realistically be called once, in the main file.

Definition at line 256 of file streamlit.py.