Home
last modified time | relevance | path

Searched refs:get_class_hierarchy_names (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/
H A Dparsing.py12 from .utils import PREFIX_21_REGEX, _get_dict, get_class_hierarchy_names
281 … prop_name.endswith('_ref') and ('ObjectReferenceProperty' not in get_class_hierarchy_names(prop)):
286 … elif (prop_name.endswith('_refs') and ('ListProperty' not in get_class_hierarchy_names(prop) or
287 … 'ObjectReferenceProperty' not in get_class_hierarchy_names(prop.contained))):
297 … elif prop_name.endswith('_ref') and ('ReferenceProperty' not in get_class_hierarchy_names(prop)):
302 … elif (prop_name.endswith('_refs') and ('ListProperty' not in get_class_hierarchy_names(prop) or
303 … 'ReferenceProperty' not in get_class_hierarchy_names(prop.contained))):
H A Dutils.py302 def get_class_hierarchy_names(obj): function
H A Dproperties.py20 from .utils import _get_dict, get_class_hierarchy_names, parse_into_datetime
692 for x in get_class_hierarchy_names(value)):