Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
print(
"Example 13"
)
158
class
AutomaticTrisect(MyBaseClass):
159
def
__init__(self, value):
160
super(__class__, self).__init__(value)
161
self.value /= 3
162
163
class
ImplicitTrisect(MyBaseClass):
164
def
__init__(self, value):
Callers
1
item_053.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected