Lines Matching full:drive
130 previous drive setting::
268 (note how the drive and local root are regrouped in a single part)
276 .. data:: PurePath.drive
278 A string representing the drive letter or name, if any::
280 >>> PureWindowsPath('c:/Program Files/').drive
282 >>> PureWindowsPath('/Program Files/').drive
284 >>> PurePosixPath('/etc').drive
289 >>> PureWindowsPath('//host/share/foo.txt').drive
310 The concatenation of the drive and root::
367 A string representing the final path component, excluding the drive and
373 UNC drive names are not considered::
444 if it has both a root and (if the flavour allows) a drive::