Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18139
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Where does this readOne() method come from? |
| Date | 2011-12-28 15:41 -0500 |
| References | <rr5ss8-hhr.ln1@chris.zbmc.eu> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4193.1325104920.27778.python-list@python.org> (permalink) |
On 12/28/2011 2:04 PM, tinnews@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 existing iCalendar stream or > string, use the readOne function: > > >>> parsedCal = vobject.readOne(icalstream) It is obviously supposed to come from the 'vobject' package, whatever that is. I have never heard of vobject before, though. Try reading the source if the doc is limited. Or ask the author or mailing list if there is one. > It sort of feels like "everyone knows what readOne() is", Nope PS You already know the answer to the question you asked in the subject line. Better would have been "What is the vobject.readOne function?" to catch the eye of someone who *does* know something about vobject. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Where does this readOne() method come from? tinnews@isbd.co.uk - 2011-12-28 19:04 +0000
Re: Where does this readOne() method come from? Terry Reedy <tjreedy@udel.edu> - 2011-12-28 15:41 -0500
Re: Where does this readOne() method come from? Chris Angelico <rosuav@gmail.com> - 2011-12-29 07:45 +1100
Re: Where does this readOne() method come from? tinnews@isbd.co.uk - 2011-12-29 14:36 +0000
csiph-web