Trees | Indices | Help |
|
---|
|
Module containing backported language/library functionality.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
string or typeof(val) |
|
|
|||
functools = None
|
|||
roman = None
|
|||
sha1 = sha
|
|||
sha1_hash = sha.new
|
|||
partial = functools.partial
|
Imports: itertools, md5_hash, sha
|
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 15:55:22 2010 | http://epydoc.sourceforge.net |