OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_token_pattern
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/
gettext.py
71
_token_pattern
= re.compile(r"""
85
for mo in re.finditer(
_token_pattern
, plural):
/external/python/cpython3/Lib/
gettext.py
71
_token_pattern
= re.compile(r"""
85
for mo in re.finditer(
_token_pattern
, plural):
Completed in 135 milliseconds