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

Class MyClass

Tools/ftscalingbench/ftscalingbench.py:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 _ = tmp.x
201
202class MyClass:
203 __slots__ = ()
204
205 def func(self):
206 pass
207
208@register_benchmark
209def method_caller():

Callers 1

method_callerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…