Collection of utility functions and classes
Some of these come from the matplotlib cbook module with thanks.
Return True if obj is iterable
Return True if obj looks like a number
General product of sequence elements
Parameters : | seq : sequence
initial : object, optional
|
---|---|
Returns : | prod : object |