From 7ef3a02971b562a7fc927df4fb165e00ae12970c Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Tue, 30 Jun 2020 22:32:04 -0400 Subject: [PATCH] update docstrings environment.py and parsing.py --- stix2/environment.py | 2 ++ stix2/parsing.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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