Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ get_current
Function
get_current
modules/commons/improved_diffusion/logger.py:325–329 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
324
325
def
get_current():
326
if
Logger.CURRENT is None:
327
_configure_default_logger()
328
329
return
Logger.CURRENT
330
331
332
class
Logger(object):
Callers
9
logkv
Function · 0.85
logkv_mean
Function · 0.85
dumpkvs
Function · 0.85
getkvs
Function · 0.85
log
Function · 0.85
set_level
Function · 0.85
set_comm
Function · 0.85
get_dir
Function · 0.85
profile_kv
Function · 0.85
Calls
1
_configure_default_logger
Function · 0.85
Tested by
no test coverage detected