Home
last modified time | relevance | path

Searched defs:LABEL_RE (Results 1 – 2 of 2) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dutils.py52 LABEL_RE = re.compile(r'[a-z0-9][a-z0-9\-]*[a-z0-9]') variable
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dutils.py60 LABEL_RE = re.compile(r'[a-z0-9][a-z0-9\-]*[a-z0-9]') variable