List of all classes, functions and methods in python-igraph
Low-level representation of an edge sequence.
Don't use it directly, use igraph.EdgeSeq instead.
| Unknown Field: deffield | ref | Reference |
| Method | __new__ |
Create and return a new object. See help(type) for accurate signature. |
| Method | attribute_names |
Returns the attribute name list of the graph's edges |
| Method | find |
For internal use only. |
| Method | get_attribute_values |
Returns the value of a given edge attribute for all edges. |
| Method | is_all |
Returns whether the edge sequence contains all the edges exactly once, in the order of their edge IDs. |
| Method | set_attribute_values |
Sets the value of a given edge attribute for all vertices @param attrname: the name of the attribute @param values: the new attribute values in a list |
| Method | select |
For internal use only. |
Create and return a new object. See help(type) for accurate signature.
Returns the value of a given edge attribute for all edges.
| Parameters | attrname | the name of the attribute |
Returns whether the edge sequence contains all the edges exactly once, in the order of their edge IDs.
This is used for optimizations in some of the edge selector routines.