MCPcopy 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
192class DictExam:
193 math_grade = DictGrade()
194 writing_grade = DictGrade()
195 science_grade = DictGrade()
196
197first_exam = DictExam()
198first_exam.math_grade = 78

Callers 1

item_060.pyFile · 0.85

Calls 1

DictGradeClass · 0.85

Tested by

no test coverage detected