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

Method get

example_code/item_055.py:191–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 self._value = 5
190
191 def get(self):
192 return self._value
193
194class Child(ApiClass):
195 def __init__(self):

Callers 1

item_055.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected