def get_filefinder_index_in_path_hooks():
# we look for the hook we detected there at import time (should usually be Filefinder
# if there isnt too many import mess...
return sys.path_hooks.index(ffhook)
文章目录