Example #1
0
 def __init__(
     self,
     root_path: str,
     create: bool = False,
     create_mode: int = 511,
     expand_vars: bool = True,
 ) -> None:
     OSFS.__init__(self, root_path, create, create_mode, expand_vars)