MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / get

Method get

service/settings.py:389–390  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

387 )
388
389 def get(self, type):
390 return self.settings[type]
391
392 def set(self, type, value):
393 self.settings[type] = value

Callers 2

getSettingsMethod · 0.45
get_progressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected