type_conversions#
- edge_property_map_from_python(source, graph, dtype=None)[source]#
Create an edge property map from a python source.
- edge_property_map_to_python(property_map, as_array=True)[source]#
Convert edge property map to a python array or list.
- gtype_from_source(source, vectorize=True, graph_property=False)[source]#
Determines the graph_tool data type from a data source.