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

Function walk

Lib/macpath.py:159–183  ·  view source on GitHub ↗

Directory tree walk with callback function. For each directory in the directory tree rooted at top (including top itself, but excluding '.' and '..'), call func(arg, dirname, fnames). dirname is the name of the directory, and fnames a list of the names of the files and subdirectorie

(top, func, arg)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

joinFunction · 0.70
isdirFunction · 0.70
islinkFunction · 0.70
listdirMethod · 0.45

Tested by

no test coverage detected