qblox_scheduler.structure.types#
Types that support validation in Pydantic.
Pydantic recognizes magic method __get_validators__ to receive additional
validators, that can be used, i.e., for custom serialization and deserialization.
We implement several custom types here to tune behavior of our models.
See Pydantic documentation for more information about implementing new types.
Attributes#
Classes#
Pydantic-compatible version of |
Module Contents#
- class Graph(incoming_graph_data=None, **attr)[source]#
Bases:
networkx.GraphPydantic-compatible version of
networkx.Graph.