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

Function f3

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

Source from the content-addressed store, hash-verified

26logger.log(TRON, 'I am a logger')
27
28def f3():
29 logger.log(TRON, 'I am f3')
30def f2():
31 logger.log(TRON, 'I am f2')
32 f3()

Callers 2

f2Function · 0.70
goFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected