Module py_raphtory::utils
source · Expand description
Helper functions for the Python bindings.
This module contains helper functions for the Python bindings. These functions are not part of the public API and are not exported to the Python module.
Structs
- A trait for vertices that can be used as input for the graph. This allows us to add vertices with different types of ids, either strings or ints.