MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / walk

Function walk

Lib/os.py:209–297  ·  view source on GitHub ↗

Directory tree generator. For each directory in the directory tree rooted at top (including top itself, but excluding '.' and '..'), yields a 3-tuple dirpath, dirnames, filenames dirpath is a string, the path to the directory. dirnames is a list of the names of the subdir

(top, topdown=True, onerror=None, followlinks=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

listdirFunction · 0.85
onerrorFunction · 0.70
isdirFunction · 0.70
joinFunction · 0.70
islinkFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected