DiGraph ============================ .. currentmodule:: schedula.utils.graph .. autoclass:: DiGraph :members: .. rubric:: Methods .. autosummary:: :nosignatures: :toctree: DiGraph/ ~DiGraph.__init__ ~DiGraph.add_edge ~DiGraph.add_edge_fw ~DiGraph.add_edges_from ~DiGraph.add_node ~DiGraph.add_nodes_from ~DiGraph.copy ~DiGraph.has_edge ~DiGraph.remove_edge ~DiGraph.remove_edges_from ~DiGraph.remove_node ~DiGraph.remove_nodes_from ~DiGraph.subgraph .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: :nosignatures: :toctree: DiGraph/ ~DiGraph.nodes ~DiGraph.succ ~DiGraph.pred ~DiGraph.adj ~DiGraph.edges