OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:str_check
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py
42
str_check
= re.compile(r"[a-zA-Z0-9_-]{6}$")
variable in class:TC
63
self.assertTrue(self.
str_check
.match(nbase),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py
42
str_check
= re.compile(r"[a-zA-Z0-9_-]{6}$")
variable in class:TC
63
self.assertTrue(self.
str_check
.match(nbase),
Completed in 166 milliseconds