Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
90
def
isFrozen():
91
if
hasattr(sys,
'frozen'
):
92
return
True
93
else
:
94
return
False
95
96
97
def
__createDirs(path):
Callers
1
getPyfaRoot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected