| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
| CSVFile | |
|
Property A property has a value, and may have one or more parameters. |
|
| Record | |
| Row | |
| Table | |
|
UniqueError Raised when setting a value already used to a unique property. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Function Details |
|
This is the public interface of the module "itools.ical.parser", a low-level parser of iCalendar files. The input is the data to be parsed (a byte strings), the output is a sequence of tuples: name, value {param_name: param_value} Where all the elements ('name', 'value', 'param_name' and 'param_value') are byte strings. |
This method serializes the given property to a byte string: name[;parameters]=value The given datatype is used to serialize the property value. The given 'p_schema' describes the parameters. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 3 11:23:40 2010 | http://epydoc.sourceforge.net |