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

Class Integer

example_code/item_050.py:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158print("Example 8")
159class Integer:
160 def __init__(self, value):
161 self.value = value
162
163@my_evaluate.register(Integer)
164def _(node):

Callers 1

item_050.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected