pyufunc.show_dir_in_tree#
- pyufunc.show_dir_in_tree(dir_name, pattern='**/*', *, show_all=False, max_level=-1, **kwargs)#
List contents of directories in a tree-like format.
- Parameters:
- Location:
pyufunc/util_pathio/_path.py
Examples
>>> import pyufunc as pf >>> pf.show_dir_in_tree('./', '*.py', True, 2)
- Returns:
None