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

Function f2

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

Source from the content-addressed store, hash-verified

28def f3():
29 logger.log(TRON, 'I am f3')
30def f2():
31 logger.log(TRON, 'I am f2')
32 f3()
33def f1():
34 logger.log(TRON, 'I am f1')
35 f2()

Callers 2

f1Function · 0.70
goFunction · 0.70

Calls 2

f3Function · 0.70
logMethod · 0.45

Tested by

no test coverage detected