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