len
len(s)
Returns the length (the number of items) of an object. The argument may be a sequence (string, tuple or list) or a mapping (dictionary).
To make this function work on your own classes, implement the __len__ method.
len(s)
Returns the length (the number of items) of an object. The argument may be a sequence (string, tuple or list) or a mapping (dictionary).
To make this function work on your own classes, implement the __len__ method.
this page was rendered by a django application in 0.03s 2008-12-04 00:34:28.773356. hosted by webfaction.