mishaturnbull / edgegraph

Python edge-vertex graph framework
https://edgegraph.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Semi-singleton multiple hashes #50

Closed mishaturnbull closed 2 weeks ago

mishaturnbull commented 2 weeks ago

Adds support for multiple hashes to return the same instance in a semi-singleton setting. This is useful for multiple "names", or IDs, or what-have-you that should all point to the same object.

Closes #28 .