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
|
||||
propertyerror: bool = True
|
||||
allow_none: bool = False
|
||||
optional: bool = False
|
||||
|
||||
def get_variable(self,
|
||||
objectspace,
|
||||
|
|
Loading…
Reference in a new issue