Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
33
def
f1():
34
logger.log(TRON,
'I am f1'
)
35
f2()
36
def
go():
37
logger.log(TRON,
'I am go.'
)
38
f1()
Callers
2
go
Function · 0.70
recipe-412603.py
File · 0.70
Calls
2
f2
Function · 0.70
log
Method · 0.45
Tested by
no test coverage detected