Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ DictExam
Class
DictExam
example_code/item_060.py:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
self._values[instance] = value
191
192
class
DictExam:
193
math_grade = DictGrade()
194
writing_grade = DictGrade()
195
science_grade = DictGrade()
196
197
first_exam = DictExam()
198
first_exam.math_grade = 78
Callers
1
item_060.py
File · 0.85
Calls
1
DictGrade
Class · 0.85
Tested by
no test coverage detected