MCPcopy Create free account
hub / github.com/datapane/datapane / set_config

Function set_config

python-client/src/datapane/client/config.py:51–53  ·  view source on GitHub ↗
(c: Optional[Config])

Source from the content-addressed store, hash-verified

49
50
51def set_config(c: Optional[Config]):
52 global config
53 config = c
54
55
56def get_config() -> Config:

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected