Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ writing_grade
Method
writing_grade
example_code/item_060.py:86–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
print(
"Example 4"
)
85
@property
86
def
writing_grade(self):
87
return
self._writing_grade
88
89
@writing_grade.setter
90
def
writing_grade(self, value):
Callers
nothing calls this directly
Calls
1
_check_grade
Method · 0.95
Tested by
no test coverage detected