lazy_imports.print_current_imports

lazy_imports.print_current_imports#

etils.lazy_imports.print_current_imports() None[source]#

Display the active lazy imports.

This can be used before publishing a colab. To convert lazy imports into explicit imports.

For convenience, from etils.ecolab import lazy_imports is excluded from the current imports.