MCPcopy Create free account
hub / github.com/ActiveState/code / f1

Function f1

recipes/Python/412603_Stackbased_indentatiformatted/recipe-412603.py:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 logger.log(TRON, 'I am f2')
32 f3()
33def f1():
34 logger.log(TRON, 'I am f1')
35 f2()
36def go():
37 logger.log(TRON, 'I am go.')
38 f1()

Callers 2

goFunction · 0.70
recipe-412603.pyFile · 0.70

Calls 2

f2Function · 0.70
logMethod · 0.45

Tested by

no test coverage detected