| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Node
| Nested Classes | |
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
DIRECTORY =
|
|
FILE =
|
|
__abstractmethods__ =
|
|
created_path = Nonehash(x) |
|
created_rev = Nonehash(x) |
|
realm =
|
|
| Properties | |
| content_length | |
| content_type | |
| isdir | |
| isfile | |
| last_modified | |
| name | |
| resource | |
|
Inherited from |
|
| Method Details |
|
|
Provide detailed backward history for the content of this Node. Retrieve an array of revisions, one
|
Return a stream for reading the content of the node. This method will return
|
The length in bytes of the content. Will be
|
The MIME type corresponding to the content, if known. Will be
|
Generator that yields the immediate child entries of a directory. The entries are returned in no particular order.
If the node is a file, this method returns
|
Provide backward history for this Node. Generator that yields
|
|
Return the change event corresponding to the previous revision. This returns a |
|
Returns the properties (meta-data) of the node, as a dictionary. The set of properties depends on the version control system.
|
| Class Variable Details |
__abstractmethods__
|
| Property Details |
content_length
|
content_type
|
isdir
|
isfile
|
last_modified
|
name
|
resource
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 30 08:24:26 2020 | http://epydoc.sourceforge.net |