omni.ui.leak_check Functions#

Functions Summary:

begin_leak_check

Snapshot the objects this window owns so leaks can be reported later.

install_if_enabled

Install the leak-check helpers on ``window_cls`` only when gated on.

is_enabled

True if the leak-check helpers should be installed on ui.Window.

report_leaks

Report objects from :func:`begin_leak_check` that are still alive.