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

Method f

Lib/profile.py:512–514  ·  view source on GitHub ↗
(m, f1=f1)

Source from the content-addressed store, hash-verified

510 x = 1
511
512 def f(m, f1=f1):
513 for i in range(m):
514 f1(100)
515
516 f(m) # warm up the cache
517

Callers

nothing calls this directly

Calls 1

f1Function · 0.85

Tested by

no test coverage detected