Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ reset
Function
reset
modules/commons/improved_diffusion/logger.py:479–483 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
477
478
479
def
reset():
480
if
Logger.CURRENT is not Logger.DEFAULT:
481
Logger.CURRENT.close()
482
Logger.CURRENT = Logger.DEFAULT
483
log(
"Reset logger"
)
484
485
486
@contextmanager
Callers
nothing calls this directly
Calls
2
log
Function · 0.70
close
Method · 0.45
Tested by
no test coverage detected