Home
last modified time | relevance | path

Searched defs:fwalk (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dos.py422 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): function
/external/python/cpython3/Lib/test/
Dtest_os.py1043 def fwalk(self, *args, **kwargs): member in FwalkTests
1119 def fwalk(self, top='.', *args, **kwargs): member in BytesFwalkTests