Package caldavclientlibrary :: Package ui :: Module resource :: Class Resource
[hide private]
[frames] | no frames]

Class Resource

source code

object --+
         |
        Resource

Maintains data for a WebDAV resource, including list of properties, child resources and actual data.

Instance Methods [hide private]
 
__init__(self, session, path, lastmod='', size='', type='')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getPath(self) source code
 
getName(self) source code
 
getLastMod(self) source code
 
getSize(self) source code
 
getType(self) source code
 
isCollection(self) source code
 
findPath(self, path=None, elements=None) source code
 
findChild(self, name) source code
 
listChildren(self) source code
 
getDetails(self) source code
 
getAllDetails(self) source code
 
getData(self) source code
 
getDataAsHTML(self) source code
 
clear(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, session, path, lastmod='', size='', type='')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)