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

Method f1

Lib/test/test_scope.py:468–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466 Foo.count -= 1
467
468 def f1():
469 x = Foo()
470 def f2():
471 return x
472 f2()
473
474 for i in range(100):
475 f1()

Callers

nothing calls this directly

Calls 2

f2Function · 0.85
FooClass · 0.70

Tested by

no test coverage detected