Home | History | Annotate | Download | only in whatsnew

Lines Matching full:path_hooks

716 * ``sys.path_hooks`` is a list of callable objects; most  often they'll be
722 ``sys.path_hooks`` will only need to be traversed once for each path.
744 for hook in sys.path_hooks: