Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ AnotherWay
Class
AnotherWay
example_code/item_053.py:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
print(
"Example 5"
)
84
class
AnotherWay(MyBaseClass, PlusFive, TimesTwo):
85
def
__init__(self, value):
86
MyBaseClass.__init__(self, value)
87
TimesTwo.__init__(self)
88
PlusFive.__init__(self)
89
90
91
print(
"Example 6"
)
Callers
1
item_053.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected