Home | History | Annotate | Download | only in Lib

Lines Matching refs:path_repr

1035         path_repr = path_type.__fspath__(path)
1042 if isinstance(path_repr, (str, bytes)):
1043 return path_repr
1047 type(path_repr).__name__))