Methods
|
|
|
|
__init__
|
__init__ (
self,
name,
description,
mandatory,
longswitch,
shortswitch=None,
value=None,
)
|
|
_cooperateWith
|
_cooperateWith ( self, param )
|
|
_prompt
|
_prompt ( self )
|
|
apply
|
apply ( self, target )
Apply this parameter to the target object
|
|
cooperate
|
cooperate ( self, params )
|
|
extrapolateValue
|
extrapolateValue ( self, env )
|
|
getDescription
|
getDescription ( self )
|
|
getInput
|
getInput ( self )
|
|
getLongSwitch
|
getLongSwitch ( self )
|
|
getName
|
getName ( self )
|
|
getValue
|
getValue ( self )
|
|
isMandatory
|
isMandatory ( self )
|
|
isSet
|
isSet ( self )
|
|
printUsage
|
printUsage ( self )
|
|
setMandatory
|
setMandatory ( self, mandatory )
|
|
setName
|
setName ( self, name )
|
|
setValue
|
setValue ( self, value )
|
|
show
|
show ( self )
|
|
validate
|
validate ( self )
|
|