Lines Matching full:drive
72 # If no drive is present, try to find one in the previous
92 (drive, root, parts) tuples. Return a new (drive, root, parts) tuple.
99 # Same drive => second path is relative to the first
234 drive = path.drive
235 if len(drive) == 2 and drive[1] == ':':
236 # It's a path on a local drive => 'file:///c:/a/b'
239 drive, urlquote_from_bytes(rest.encode('utf-8')))
241 # It's a path on a network drive => 'file://host/share/a/b'
766 drive = property(attrgetter('_drv'),
767 doc="""The drive prefix (letter or UNC path), if any.""")
774 """The concatenation of the drive and root, or ''."""
850 # For the purpose of this method, drive and root are considered
920 a drive)."""