Home | History | Annotate | Download | only in Lib

Lines Matching full:fspath

335     top = fspath(top)
455 top = fspath(top)
798 filename = fspath(filename) # Does type-checking of `filename`.
810 filename = fspath(filename) # Does type-checking of `filename`.
1051 if not _exists('fspath'):
1052 fspath = _fspath
1053 fspath.__name__ = "fspath"