class twisted.python.usage.CoerceParameter: (source)
Utility class that can corce a parameter before storing it.
Method | __init__ | |
Instance Variable | options | Undocumented |
Instance Variable | coerce | Undocumented |
Instance Variable | doc | Undocumented |
Method | dispatch | When called in dispatch, do the coerce for value and save the returned value. |
Parameters | options | parent Options object |
coerce | callable used to coerce the value. |
When called in dispatch, do the coerce for value
and save the returned value.