update docstrings environment.py and parsing.py

pull/1/head
Emmanuelle Vargas-Gonzalez 2020-06-30 22:32:04 -04:00
parent 21e109d881
commit 7ef3a02971
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
"""STIX2 Core Objects and Methods."""
"""STIX2 Core parsing methods."""
import copy
import importlib