MCPcopy Index your code
hub / github.com/RustPython/RustPython / E

Class E

Lib/test/test_descr.py:5944–5945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5942 a code path executed on error (goto bail).
5943 """
5944 class E(Exception):
5945 pass
5946 class M(DebugHelperMeta):
5947 def mro(cls):
5948 if self.ready and cls.__name__ == 'C':

Callers 10

test_metaclassMethod · 0.70
test_slotsMethod · 0.70
test_classicMethod · 0.70
test_methodsMethod · 0.70
test_properties_plusMethod · 0.70
test_supersMethod · 0.70
test_mutable_basesMethod · 0.70
test_pickle_slotsMethod · 0.70

Calls

no outgoing calls

Tested by 10

test_metaclassMethod · 0.56
test_slotsMethod · 0.56
test_classicMethod · 0.56
test_methodsMethod · 0.56
test_properties_plusMethod · 0.56
test_supersMethod · 0.56
test_mutable_basesMethod · 0.56
test_pickle_slotsMethod · 0.56