WIP: Expand the developer documentation #27

Draft
gremond wants to merge 189 commits from develop into developer_docs
Showing only changes of commit cc086f086a - Show all commits

View file

@ -589,7 +589,9 @@ class VariablePropertyCalculation(_VariableCalculation):
identifier,
needs_multi=False,
)
if params[None] and "variable" in params[None][0]:
if objectspace.force_optional and (not params[None] or "variable" not in params[None][0]):
params = {None: [None, None, False]}
else:
variable = params[None][0]["variable"]
if self.when is not undefined:
if self.version == "1.0":