Update net_handle_t bindings to include equality and hash#190
Update net_handle_t bindings to include equality and hash#190
Conversation
|
I don't think this will stick around. I think we would need a member If we want to customize the bindings for a type, we can use an |
adamnovak
left a comment
There was a problem hiding this comment.
The only change is updating libhandlegraph and building the bindings.
But we probably need a PR on the libhandlegraph side.
|
I waited too long to merge this and there are too many conflicts so I'm going to redo it |
I wanted
net_handle_t's to be used in sets in python so I needed the bindings to include equality and hashing.@adamnovak or maybe @ctcisar, can I do this? It looks like the binding code is automatically generated so I'm worried it'll get overwritten, but this was the only way I could figure out to get it to do what I wanted