MCPcopy Index your code
hub / github.com/python/cpython / E

Class E

Lib/test/test_capi/test_opt.py:3155–3157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3153 def m(self):
3154 return 1
3155 class E(Exception):
3156 def m(self):
3157 return 1
3158 def f(n):
3159 x = 0
3160 c = C()

Callers 1

fMethod · 0.70

Calls

no outgoing calls

Tested by 1

fMethod · 0.56