MCPcopy Index your code
hub / github.com/huggingface/diffusers / disable_propagation

Function disable_propagation

src/diffusers/utils/logging.py:242–248  ·  view source on GitHub ↗

Disable propagation of the library log outputs. Note that log propagation is disabled by default.

()

Source from the content-addressed store, hash-verified

240
241
242def disable_propagation() -> None:
243 """
244 Disable propagation of the library log outputs. Note that log propagation is disabled by default.
245 """
246
247 _configure_library_root_logger()
248 _get_library_root_logger().propagate = False
249
250
251def enable_propagation() -> None:

Callers

nothing calls this directly

Calls 2

_get_library_root_loggerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…