MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / get

Method get

example_code/item_122/recursive_import_dynamic/app.py:20–21  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

18
19class Prefs:
20 def get(self, name):
21 pass
22
23
24prefs = Prefs()

Callers 1

showFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected