Searched defs:walk_packages (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dpkgutil.py14 'walk_packages', 'iter_modules', 'get_data',
71 def walk_packages(path=None, prefix='', onerror=None): function
94 walk_packages()
97 walk_packages(ctypes.__path__, ctypes.__name__+'.')
125 for item in walk_packages(path, name+'.', onerror):
/external/python/cpython3/Lib/
H A Dpkgutil.py16 'walk_packages', 'iter_modules', 'get_data',
53 def walk_packages(path=None, prefix='', onerror=None): function
76 walk_packages()
79 walk_packages(ctypes.__path__, ctypes.__name__+'.')
107 yield from walk_packages(path, info.name+'.', onerror)

Completed in 162 milliseconds