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_dynamic/app.py:20–21 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
18
19
class
Prefs:
20
def
get(self, name):
21
pass
22
23
24
prefs = Prefs()
Callers
1
show
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected