capnpy
capnpy copied to clipboard
Checking capnpy objects for a _key implementation
At the moment the only way I can see to check if a capnpy object admits checking equality is to try and then catch the TypeError raised by _key
. Is there/could there be a better way to do this?