Trees | Indices | Help |
|
---|
|
object --+ | basestring --+ | str --+ | object --+ | | | interface.Interface --+ | | | interface.iDagItem --+ | Path --+ | ConversionPath
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Special Python methods | |||
---|---|---|---|
|
|||
Inherited from |
|||
iDagItem Implementation | |||
Operations on path strings. | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Return (p.parent(), p.basename()) |
|
||
Inherited from |
|||
Listing, searching, walking, and matching | |||
Inherited from |
|||
Reading or writing an entire file at once | |||
Inherited from |
|||
Methods for querying the filesystem | |||
Inherited from |
|||
Modifying operations on files and directories | |||
Create/delete operations on directories | |||
Inherited from |
|||
Modifying operations on files | |||
High-level functions from shutil | |||
Inherited from |
|||
Query Methods | |||
Inherited from |
|||
Iterators | |||
Inherited from |
|||
Name Generation | |||
Inherited from |
|
|||
Inherited from |
|||
Operations on path strings. | |||
---|---|---|---|
|
|||
Inherited from |
|||
Name Generation | |||
Inherited from |
|
|||
Inherited from Inherited from |
|||
Configuration | |||
---|---|---|---|
Inherited from |
|
|||
Inherited from |
|
fp.__div__(rel) == fp / rel == fp.joinpath(rel) Join two path components, adding a separator character if needed.
|
|
|
|
|
|
Return a relative path from self to dest. If there is no relative path from self to dest, for example if they reside on different drives in Windows, then this returns dest.abspath().
|
|
Returns the final component of a pathname
|
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:18 2011 | http://epydoc.sourceforge.net |