Home | Trees | Indices | Help |
|
---|
|
Represent a graph node and all information attached to it.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
Return the number of edges. |
Return a copy of all edges. If neighbor is specified, return only the edges connected to that node. |
Return a copy of the list of the entering edges. If from_ is specified, return only the nodes coming from that node. |
Return a copy of the list of the outgoing edges. If to_ is specified, return only the nodes going to that node. |
Return the number of entering edges. |
Return the neighbors down in-edges (i.e. the parents nodes). |
|
Return the number of outgoing edges. |
Return the neighbors down in-edges (i.e. the parents nodes). |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:16 2020 | http://epydoc.sourceforge.net |