MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / isFrozen

Function isFrozen

config.py:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89
90def isFrozen():
91 if hasattr(sys, 'frozen'):
92 return True
93 else:
94 return False
95
96
97def __createDirs(path):

Callers 1

getPyfaRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected