You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introduction of EntityList greatly helped reduce the amount of code needed to write for python-stix classes, but also established a new pattern for working with list types. We should go back through the codebase and add the add_foo() methods where missing. This is related to #110.