CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.

Home Page:http://cybox.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseProperty object missing __hash__() method.

emmanvg opened this issue · comments

In order to support Python 3 requirements, when eq() is defined, hash() is also needed for consistency for checking object equality.

Closed by #289