Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ init_user_jargon
Method
init_user_jargon
service/jargon/loader.py:61–65 ·
view source on GitHub ↗
(jargon_path)
Source
from the content-addressed store, hash-verified
59
60
@staticmethod
61
def
init_user_jargon(jargon_path):
62
if
not os.path.exists(jargon_path):
63
with
open(jargon_path,
'w'
)
as
f:
64
f.write(DEFAULT_HEADER)
65
f.write(
'\n\n'
)
66
67
_instance = None
68
Callers
1
loader.py
File · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected