MCPcopy 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
86def _get_library_name() -> str:
87 return __name__.split(".")[0]
88
89
90def _get_library_root_logger() -> logging.Logger:

Callers 2

_get_library_root_loggerFunction · 0.85
get_loggerFunction · 0.85

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…