Home
last modified time | relevance | path

Searched refs:PREFIX_21_REGEX (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
220 if not re.match(PREFIX_21_REGEX, prop_name):
252 if not re.match(PREFIX_21_REGEX, prop_name):
295 if not re.match(PREFIX_21_REGEX, prop_name):
358 if not re.match(PREFIX_21_REGEX, prop_name):
H A Dbase.py23 from .utils import NOW, PREFIX_21_REGEX, get_timestamp
140 if not re.match(PREFIX_21_REGEX, prop_name):
H A Dutils.py18 PREFIX_21_REGEX = re.compile(r'^[a-z].*') variable