MCPcopy 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
296class OverriddenMRO:
297 def __mro__(self):
298 raise AssertionError("custom mro executed")
299
300 a = 1
301
302
303member_descriptor = type(Slots.s1) # type: ignore

Callers 1

Calls

no outgoing calls

Tested by 1