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

Method __init__

service/settings.py:90–94  ·  view source on GitHub ↗
(self, location, info)

Source from the content-addressed store, hash-verified

88
89class Settings:
90 def __init__(self, location, info):
91 # type: (basestring, dict) -> None
92 # path string or empty string.
93 self.location = location
94 self.info = info
95
96 # def save(self):
97 # f = open(self.location, "wb")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected