MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

service/jargon/loader.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30class JargonLoader:
31
32 def __init__(self):
33 self._user_jargon_mtime = 0 # type: int
34 self._jargon = None # type: Jargon
35
36 def get_jargon(self) -> Jargon:
37 if self._is_stale():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected