graphblas-algorithms icon indicating copy to clipboard operation
graphblas-algorithms copied to clipboard

`NodeMap` and other results need better reprs

Open eriknw opened this issue 1 year ago • 0 comments

From #82, showing <graphblas_algorithms.classes.nodemap.NodeMap object at 0x00000206BC590550> is not the most helpful even though a NodeMap is a MutableMapping.

So, the repr of NodeMap should be updated to look more dict-like. Same for VectorMap, VectorNodeMap, NodeNodeMap, and NodeSet (these could probably use basic docstrings too!).

eriknw avatar Dec 14 '23 11:12 eriknw