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!).
From #82, showing
<graphblas_algorithms.classes.nodemap.NodeMap object at 0x00000206BC590550>is not the most helpful even though aNodeMapis aMutableMapping.So, the repr of
NodeMapshould be updated to look more dict-like. Same forVectorMap,VectorNodeMap,NodeNodeMap, andNodeSet(these could probably use basic docstrings too!).