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

Class SecondClass

example_code/item_124.py:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 self.value = value
140
141class SecondClass:
142 def __init__(self, value):
143 self.value = value
144
145second = SecondClass(5)
146first = FirstClass(second)

Callers 1

item_124.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected