7 lines
277 B
ReStructuredText
7 lines
277 B
ReStructuredText
Deprecate using direct constructors for ``Nodes``.
|
|
|
|
Instead they are new constructed via ``Node.from_parent``.
|
|
|
|
This transitional mechanism enables us to detangle the very intensely
|
|
entangled ``Node`` relationships by enforcing more controlled creation/configruation patterns.
|