Module vcal_calendar :: Class vCalendarFile
[hide private]
[frames] | no frames]

Class vCalendarFile

source code

object --+
         |
        vCalendarFile
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, file_name=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_open(self, name) source code
 
_read_block(self, vfile)
Read a BEGIN/END block and return a dict of values/params
source code
 
read(self, file_name=None) source code
 
_get_data(self) source code

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

Properties [hide private]
  data

Inherited from object: __class__

Method Details [hide private]

__init__(self, file_name=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

data

Get Method:
_get_data(self)