Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py61 VERSION_RE = re.compile('(?P<versionless_uri_str>.+)#(?P<version_id>.+)$') variable
1187 match = VERSION_RE.search(path)