get_all_sys_paths

omni.ext.get_all_sys_paths() Iterator[str]

Get all `sys.path`, both handled by the fast importer and regular left in `sys.path`.

Use that function instead of `sys.path` if fast importer is enabled (it is enabled by default). Note, that this function is a generator and doesn’t return a ready list.