MCPcopy 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.pyFile · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected