Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-412603.py
File
recipe-412603.py
recipes/Python/412603_Stackbased_indentatiformatted/recipe-412603.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
logging, inspect
2
class
IndentFormatter(logging.Formatter):
3
def
__init__( self, fmt=None, datefmt=None ):
4
logging.Formatter.__init__(self, fmt, datefmt)
Callers
nothing calls this directly
Calls
5
go
Function · 0.85
getLogger
Method · 0.80
IndentFormatter
Class · 0.70
f1
Function · 0.70
log
Method · 0.45
Tested by
no test coverage detected