Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YesianRohn/TextSSR
/ _get_library_name
Function
_get_library_name
diffusers/src/diffusers/utils/logging.py:69–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
69
def
_get_library_name() -> str:
70
return
__name__.split(
"."
)[0]
71
72
73
def
_get_library_root_logger() -> logging.Logger:
Callers
2
_get_library_root_logger
Function · 0.85
get_logger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected