get_fast_importer_sys_paths

omni.ext.get_fast_importer_sys_paths()

Get all sys.path handled by the fast importer.

If fast importer is enabled it takes a lot of paths from sys.path. This function returns all of them. If you need all sys.path as if fast importer is disabled, use `get_all_sys_paths()`.