pysnt.converters.graph_converters module#
SNT graph to NetworkX conversion functionality.
This module converts SNT graph objects to NetworkX graphs, including: - Graph predicate functions for type detection - Graph converter functions for different graph types - Graph utility functions for structure analysis - Graph-specific constants and helpers
Dependencies: core.py, extractors.py