Searched refs:is_leaf_dir (Results 1 – 1 of 1) sorted by relevance
601 def is_leaf_dir(path: str) -> bool: function608 if item.is_dir() and is_leaf_dir(item.path):