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

Class a

Lib/test/pyclbr_input.py:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37# Check that mangling is correctly handled
38
39class a:
40 def a(self): pass
41 def _(self): pass
42 def _a(self): pass
43 def __(self): pass
44 def ___(self): pass
45 def __a(self): pass
46
47class _:
48 def a(self): pass

Callers 15

fMethod · 0.70
bMethod · 0.70
fMethod · 0.70
cMethod · 0.70
bMethod · 0.70
test_classesMethod · 0.70
test_type_erasureMethod · 0.70
fooMethod · 0.70
testSFBug532646Method · 0.70
woohooMethod · 0.70
formatyearMethod · 0.50

Calls

no outgoing calls

Tested by 15

fMethod · 0.56
bMethod · 0.56
fMethod · 0.56
cMethod · 0.56
bMethod · 0.56
test_classesMethod · 0.56
test_type_erasureMethod · 0.56
fooMethod · 0.56
testSFBug532646Method · 0.56
woohooMethod · 0.56