Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
f3():
29
logger.log(TRON,
'I am f3'
)
30
def
f2():
31
logger.log(TRON,
'I am f2'
)
32
f3()
33
def
f1():
34
logger.log(TRON,
'I am f1'
)
35
f2()
Callers
2
f1
Function · 0.70
go
Function · 0.70
Calls
2
f3
Function · 0.70
log
Method · 0.45
Tested by
no test coverage detected