Example #1
0
 def can_handle(cls, path: Path):
     return not path.islink() and path.isdir() and is_bundle(str(path))
Example #2
0
 def can_handle(cls, path: Path):
     return not path.islink() and path.isdir() and is_bundle(str(path))