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