| Trees | Indices | Help |
|
|---|
|
|
Module containing backported language/library functionality.
|
|||
|
|||
|
|||
|
|||
|
|||
| string or typeof(val) |
|
||
|
|||
functools = None
|
|||
roman = None
|
|||
partial = functools.partial
|
|||
Imports: itertools
|
|||
Returns True if pred(x) is True for every element in the iterable. Please note that this function provides a |
Returns True if pred(x) is True for at least one element in the iterable. Please note that this function provides a |
Decorator with partial application of arguments and keywords. This function was copied from Python's documentation. |
Try to convert a value to roman numerals If the roman module could be loaded convert the given value to a roman numeral. Gracefully fail back to leaving the value untouched.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Dec 9 16:11:42 2010 | http://epydoc.sourceforge.net |