MCPcopy 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

1import logging, inspect
2class 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

goFunction · 0.85
getLoggerMethod · 0.80
IndentFormatterClass · 0.70
f1Function · 0.70
logMethod · 0.45

Tested by

no test coverage detected