MCPcopy
hub / github.com/mvdctop/Movie_Data_Capture / getInstance

Function getInstance

config.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def getInstance():
18 if isinstance(G_conf_override[0], Config):
19 return G_conf_override[0]
20 return Config()
21
22
23class Config:

Callers 1

config.pyFile · 0.85

Calls 1

ConfigClass · 0.85

Tested by

no test coverage detected