Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
Prefs:
18
def
get(self, name):
19
pass
20
21
22
prefs = Prefs()
Callers
1
dialog.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected