IORegistry.get_exporter#
- IORegistry.get_exporter(kind, format)[source]
Return the exporter class registered for a graph kind and format.
- Parameters:
kind (GraphKind) – The graph kind, such as
"application".format (str) – The IO format, such as
"graphml".
- Returns:
The registered exporter class.
- Return type:
type[GraphExporter]
- Raises:
ValueError – If no exporter is registered for the pair.