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

Method m

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

Source from the content-addressed store, hash-verified

3151 __slots__ = ()
3152 A = 1
3153 def m(self):
3154 return 1
3155 class E(Exception):
3156 def m(self):
3157 return 1

Callers 1

fMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected