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

Class super

Lib/test/test_super.py:362–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360
361 def test_shadowed_local(self):
362 class super:
363 msg = "quite super"
364
365 class C:
366 def method(self):

Callers 15

__init__Method · 0.85
__init__Method · 0.85
initMethod · 0.85
runMethod · 0.85
runMethod · 0.85
handle_signatureMethod · 0.85
__init__Method · 0.85
end_headersMethod · 0.85
__init__Method · 0.85
__new__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by 15

__new__Method · 0.68
__repr__Method · 0.68
__init__Method · 0.68
__init__Method · 0.68
__init__Method · 0.68
runMethod · 0.68
__init__Method · 0.68
test_lone_surrogatesMethod · 0.68
__new__Method · 0.68
__init__Method · 0.68
__setitem__Method · 0.68
setUpMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…