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

Method get

example_code/item_122/recursive_import_ordering/app.py:18–19  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

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

Callers 1

dialog.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected