|
|
|
@ -34,4 +34,8 @@ class RecursiveProperty:
@@ -34,4 +34,8 @@ class RecursiveProperty:
|
|
|
|
|
|
|
|
|
|
# Fill instance with dict |
|
|
|
|
recursive_property.__dict__ = property_dict |
|
|
|
|
|
|
|
|
|
# Add property_key as property, because previous line removed it. |
|
|
|
|
recursive_property.property_key = property_key |
|
|
|
|
|
|
|
|
|
return recursive_property |
|
|
|
|