Searched refs:is_leaf_dir_ignoring_sys (Results 1 – 1 of 1) sorted by relevance
638 def is_leaf_dir_ignoring_sys(path: str) -> bool: function648 if item.is_dir() and is_leaf_dir_ignoring_sys(item.path):