HomeSort by relevance Sort by last modified time
    Searched full:s_ident (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 642 def s_ident(scanner, token): return token function in function:ReTests.test_scanner
648 (r"[a-zA-Z_]\w*", s_ident),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 642 def s_ident(scanner, token): return token function in function:ReTests.test_scanner
648 (r"[a-zA-Z_]\w*", s_ident),
    [all...]

Completed in 252 milliseconds