Coda Distributed File System
Namespaces | Functions
walk.py File Reference

Namespaces

namespace  walk
 

Functions

None walk.default_volume_callback (Path _root, str _volume_name, str _volume_id)
 
Iterator[Path] walk.walk_volumes (list[Path] roots, Callable[[Path, str, str], None]|None volume_callback=default_volume_callback)
 
Iterator[Path] walk.walk_volume (Path root, Callable[[Path, str, str], None]|None volume_callback=default_volume_callback, str|None parent_volume_id=None)