class documentation
Undocumented
Method | __init__ |
Undocumented |
Method | coerce |
Convert the value to the correct format. |
Instance Variable | max |
Undocumented |
Instance Variable | min |
Undocumented |
Inherited from Integer
:
Class Variable | default |
Undocumented |
Inherited from Argument
(via Integer
):
Method | add |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Instance Variable | allow |
Undocumented |
Instance Variable | default |
Undocumented |
Instance Variable | hints |
Undocumented |
Instance Variable | long |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | short |
Undocumented |
def __init__(self, name, min, max, allowNone=1, default=None, shortDesc=None, longDesc=None, hints=None):
(source)
Undocumented