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

Class D

Lib/test/test_capi/test_opt.py:3150–3154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3148 def m(self):
3149 return 1
3150 class D:
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.70

Calls

no outgoing calls

Tested by 1

fMethod · 0.56