Node.from_data
- classmethod Node.from_data(data)
Construct an object of this type from the provided data.
- Parameters
- datadict
The data dictionary.
- Returns
DataAn instance of this object type if the data contained in the dict has the correct schema.
Site Navigation
Construct an object of this type from the provided data.
The data dictionary.
DataAn instance of this object type if the data contained in the dict has the correct schema.