
A converter which converts numbers between decimal, hexadecimal and octal bases.
Definition at line 7 of file BaseConverter.py.
Public Member Functions | |
| def | __init__ |
| def | convert |
| def | filter_key |
| def | neaten_input |
| def | on_key_press |
| def | str |
Public Attributes | |
| active_field | |
| values | |
Static Public Attributes | |
| list | field_names = ['Dec', 'Hex', 'Oct'] |
| int | num_fields = 3 |
| replace = True | |
| list | values = [] |
Static Private Attributes | |
| string | __author__ = 'Vasek Potocek' |
| string | __name__ = 'BaseConverter' |
| string | __title__ = 'Dec / Hex / Oct' |
| string | __version__ = '0.1' |