Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ OverriddenMRO
Class
OverriddenMRO
bpython/test/test_inspection.py:296–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
295
296
class
OverriddenMRO:
297
def
__mro__(self):
298
raise
AssertionError(
"custom mro executed"
)
299
300
a = 1
301
302
303
member_descriptor = type(Slots.s1)
# type: ignore
Callers
1
test_lookup_on_overridden_methods
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_lookup_on_overridden_methods
Method · 0.68