Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
print(
"Example 5"
)
112
class
Grade:
113
def
__get__(self, instance, instance_type):
114
pass
115
116
def
__set__(self, instance, value):
117
pass
118
119
class
Exam:
120
# Class attributes
Callers
1
Exam
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected