MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / Grade

Class Grade

example_code/item_060.py:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111print("Example 5")
112class Grade:
113 def __get__(self, instance, instance_type):
114 pass
115
116 def __set__(self, instance, value):
117 pass
118
119class Exam:
120 # Class attributes

Callers 1

ExamClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected