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

Method __init__

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

Source from the content-addressed store, hash-verified

72print("Example 3")
73class Exam:
74 def __init__(self):
75 self._writing_grade = 0
76 self._math_grade = 0
77
78 @staticmethod
79 def _check_grade(value):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected