CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.
http://cybox.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
77 stars 42 forks source link

Implement __hash__() for BaseProperty object. #289

Closed emmanvg closed 7 years ago

emmanvg commented 7 years ago

Related to issue #288. Implemented hash() by calling super class hash method defined in entities.Entity.

Note: Update setup.py requirement to mixbox next release version (1.0.2) before merging.

emmanvg commented 7 years ago

I am going to make changes on this one and define it as a class variable instead.