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

Method tracer

Lib/test/test_scope.py:588–589  ·  view source on GitHub ↗
(a,b,c)

Source from the content-addressed store, hash-verified

586
587 import sys
588 def tracer(a,b,c):
589 return tracer
590
591 def adaptgetter(name, klass, getter):
592 kind, des = getter

Callers 9

designMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
maketreeFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45
displayMethod · 0.45
setupMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected