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

Method m

Lib/test/test_capi/test_opt.py:3156–3157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.95

Calls

no outgoing calls

Tested by

no test coverage detected