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

Method math_grade

example_code/item_060.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93
94 @property
95 def math_grade(self):
96 return self._math_grade
97
98 @math_grade.setter
99 def math_grade(self, value):

Callers

nothing calls this directly

Calls 1

_check_gradeMethod · 0.95

Tested by

no test coverage detected