grapharray.classes.GraphArray ============================= .. currentmodule:: grapharray.classes .. autoclass:: GraphArray .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GraphArray.__init__ ~GraphArray.as_dict ~GraphArray.as_nx_graph ~GraphArray.get_copy .. rubric:: Attributes .. autosummary:: ~GraphArray.T ~GraphArray.array ~GraphArray.base_graph ~GraphArray.edge_to_index ~GraphArray.edges ~GraphArray.index ~GraphArray.is_2d ~GraphArray.is_transposed ~GraphArray.node_to_index ~GraphArray.nodes ~GraphArray.number_of_edges ~GraphArray.number_of_nodes