Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ OneWay
Class
OneWay
example_code/item_053.py:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
print(
"Example 3"
)
71
class
OneWay(MyBaseClass, TimesTwo, PlusFive):
72
def
__init__(self, value):
73
MyBaseClass.__init__(self, value)
74
TimesTwo.__init__(self)
75
PlusFive.__init__(self)
76
77
78
print(
"Example 4"
)
Callers
1
item_053.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected