Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/huggingface/diffusers
/ _get_library_name
Function
_get_library_name
src/diffusers/utils/logging.py:86–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
86
def
_get_library_name() -> str:
87
return
__name__.split(
"."
)[0]
88
89
90
def
_get_library_root_logger() -> logging.Logger:
Callers
2
_get_library_root_logger
Function · 0.85
get_logger
Function · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…