Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ overridden_method
Method
overridden_method
recipes/Python/576808_statemethod/recipe-576808.py:50–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
49
@statemethod
50
def
overridden_method(self):
51
print
"You shouldn't see this."
52
assert False
53
54
class
SimpleState(State):
55
@staticmethod
Callers
1
recipe-576808.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected