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

Method __init__

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

Source from the content-addressed store, hash-verified

177print("Example 13")
178class DictGrade:
179 def __init__(self):
180 self._values = {}
181
182 def __get__(self, instance, instance_type):
183 if instance is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected