Where are list methods documented?

Daniel Bickett dbickett at gmail.com
Thu Feb 3 17:33:53 EST 2005


Simply as a general reply to the OP, I've found that some of the most
definitive documentation can be found using help() at the command
line:

Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> help(list)
Help on class list in module __builtin__:
[big snip]

It goes into good detail about all of the methods, etcetera.

-- 
Daniel Bickett
dbickett at gmail.com
http://heureusement.org/



More information about the Python-list mailing list