Home | History | Annotate | Download | only in Lib

Lines Matching full:as_posix

237             rest = path.as_posix()[2:].lstrip('/')
242 return 'file:' + urlquote_from_bytes(path.as_posix().encode('utf-8'))
705 def as_posix(self):
717 return "{}({!r})".format(self.__class__.__name__, self.as_posix())