this does not work in the general case since there is no (recursive)
convertion of objects used as model object initialization.
We can only check when using the from_dict() factory.
Depends on D2816.
Differential D2817
test/model: do not test direct instanciation of model objects douardda on Mar 11 2020, 5:55 PM. Authored by
Details
this does not work in the general case since there is no (recursive) We can only check when using the from_dict() factory. Depends on D2816.
Diff Detail
Event TimelineComment Actions Build is green Comment Actions Request changes for the sake of the discussion below.
Oh, right, nice catch. Question is, don't we want this to work recursively from the constructor? Comment Actions
oh well, we can have that question later, i think. |