Skip to content

PybindCellEntity: bind `__hash__` directly

Ben Boeckel requested to merge ben.boeckel/smtk:cell-entity-pyhash into master

Pybind apparently sees the __eq__ and resets __hash__ even though it comes from the base class. Be explicit.

Merge request reports