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

Method m

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

Source from the content-addressed store, hash-verified

3146 class C:
3147 A = 1
3148 def m(self):
3149 return 1
3150 class D:
3151 __slots__ = ()
3152 A = 1

Callers 1

fMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected