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

Class AutomaticTrisect

example_code/item_053.py:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157print("Example 13")
158class AutomaticTrisect(MyBaseClass):
159 def __init__(self, value):
160 super(__class__, self).__init__(value)
161 self.value /= 3
162
163class ImplicitTrisect(MyBaseClass):
164 def __init__(self, value):

Callers 1

item_053.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected