How to find documentation about methods etc. for iterators

Terry Reedy tjreedy at udel.edu
Wed Apr 9 18:37:46 EDT 2008


<tinnews at isbd.co.uk> wrote in message 
news:47fce941$0$755$bed64819 at news.gradwell.net...
| I'm not sure if I have even phrased that right but anyway....
|
| How does one find (in the standard Python documentation) information
| about things like the iteritems() method and the enumerate() function.

The Library Reference manual sections on builtin functions and dict 
methods.

Or, help(enumerate) and help({}.iteritems)


tjr
 






More information about the Python-list mailing list