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

Function go

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

Source from the content-addressed store, hash-verified

34 logger.log(TRON, 'I am f1')
35 f2()
36def go():
37 logger.log(TRON, 'I am go.')
38 f1()
39 f2()
40 f3()
41f1()
42go()

Callers 2

recipe-577465.pyFile · 0.85
recipe-412603.pyFile · 0.85

Calls 4

f1Function · 0.70
f2Function · 0.70
f3Function · 0.70
logMethod · 0.45

Tested by

no test coverage detected