WIP: Expand the developer documentation #27

Draft
gremond wants to merge 299 commits from develop into developer_docs
Showing only changes of commit 92c01ac62d - Show all commits

View file

@ -199,6 +199,8 @@ class CollectVariable:
new_params = []
namespace = self.objectspace.namespace
params_data = list(CONVERT_OPTION.get(self.user_type, {}).get("params", {}))
if params_data:
params_data.extend(["multi_length", "multi_max_length", "multi_min_length"])
for key, val in params.items():
if params_data and key not in params_data:
raise DictConsistencyError(