Re: Where does this readOne() method come from?

2011-12-29 Thread tinnews
Chris Angelico ros...@gmail.com wrote: On Thu, Dec 29, 2011 at 6:04 AM, tinn...@isbd.co.uk wrote: In the (rather sparse) documentation for the vobject package it has, in the section about parsing iCalendar objects, the following:-     parsedCal = vobject.readOne(icalstream) Presumably

Where does this readOne() method come from?

2011-12-28 Thread tinnews
In the (rather sparse) documentation for the vobject package it has, in the section about parsing iCalendar objects, the following:- Parsing iCalendar objects = To parse one top level component from an existing iCalendar stream or string, use the readOne

Re: Where does this readOne() method come from?

2011-12-28 Thread Terry Reedy
On 12/28/2011 2:04 PM, tinn...@isbd.co.uk wrote: In the (rather sparse) documentation for the vobject package it has, in the section about parsing iCalendar objects, the following:- Parsing iCalendar objects = To parse one top level component from an

Re: Where does this readOne() method come from?

2011-12-28 Thread Chris Angelico
On Thu, Dec 29, 2011 at 6:04 AM, tinn...@isbd.co.uk wrote: In the (rather sparse) documentation for the vobject package it has, in the section about parsing iCalendar objects, the following:-     parsedCal = vobject.readOne(icalstream) Presumably you have this vobject package. Assuming it's