MCPcopy 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
69def _get_library_name() -> str:
70 return __name__.split(".")[0]
71
72
73def _get_library_root_logger() -> logging.Logger:

Callers 2

_get_library_root_loggerFunction · 0.85
get_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected