Ft.Xml.Xslt.Roman

Functions

IToRoman(num)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/Xslt/Roman.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Xml.Xslt.Roman'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
factor_list = [1000, 500, 100, 50, 10, 5, 1]
roman_equiv = {1: 'I', 5: 'V', 10: 'X', 50: 'L', 100: 'C', 500: 'D', 1000: 'M'}