Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ get_student
Method
get_student
example_code/item_029.py:216–217 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
214
self._students = defaultdict(Student)
215
216
def
get_student(self, name):
217
return
self._students[name]
218
219
220
print(
"Example 13"
)
Callers
1
item_029.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected