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

Class Integer

example_code/item_049.py:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50print("Example 1")
51class Integer:
52 def __init__(self, value):
53 self.value = value
54
55class Add:
56 def __init__(self, left, right):

Callers 1

item_049.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected