update docstrings environment.py and parsing.py
parent
21e109d881
commit
7ef3a02971
|
@ -200,6 +200,8 @@ class Environment(DataStoreMixin):
|
||||||
Args:
|
Args:
|
||||||
obj1: A stix2 object instance
|
obj1: A stix2 object instance
|
||||||
obj2: 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
|
weight_dict: A dictionary that can be used to override settings
|
||||||
in the semantic equivalence process
|
in the semantic equivalence process
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""STIX2 Core Objects and Methods."""
|
"""STIX2 Core parsing methods."""
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import importlib
|
import importlib
|
||||||
|
|
Loading…
Reference in New Issue