Quick definition of an optional parameter variable #24
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ class _VariableCalculation(Calculation):
|
||||||
variable: StrictStr
|
variable: StrictStr
|
||||||
propertyerror: bool = True
|
propertyerror: bool = True
|
||||||
allow_none: bool = False
|
allow_none: bool = False
|
||||||
|
optional: bool = False
|
||||||
|
|
||||||
def get_variable(self,
|
def get_variable(self,
|
||||||
objectspace,
|
objectspace,
|
||||||
|
|
Loading…
Reference in a new issue