Searched defs:fwalk (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | os.py | 422 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): function
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 1043 def fwalk(self, *args, **kwargs): member in FwalkTests 1119 def fwalk(self, top='.', *args, **kwargs): member in BytesFwalkTests
|