Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __mro__
Method
__mro__
bpython/test/test_inspection.py:297–298 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
295
296
class
OverriddenMRO:
297
def
__mro__(self):
298
raise
AssertionError(
"custom mro executed"
)
299
300
a = 1
301
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected