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

Method get

example_code/item_122/recursive_import_bad/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
23prefs = Prefs()
24dialog.show()

Callers 1

dialog.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected