diff --git a/stix2/environment.py b/stix2/environment.py index 6e3c76a..4ba912c 100644 --- a/stix2/environment.py +++ b/stix2/environment.py @@ -200,6 +200,8 @@ class Environment(DataStoreMixin): Args: obj1: A stix2 object instance obj2: A stix2 object instance + prop_scores: A dictionary that can hold individual property scores, + weights, contributing score, matching score and sum of weights. weight_dict: A dictionary that can be used to override settings in the semantic equivalence process diff --git a/stix2/parsing.py b/stix2/parsing.py index baa3b7b..c0c7bf8 100644 --- a/stix2/parsing.py +++ b/stix2/parsing.py @@ -1,4 +1,4 @@ -"""STIX2 Core Objects and Methods.""" +"""STIX2 Core parsing methods.""" import copy import importlib