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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 10 from keyword import iskeyword as _iskeyword namespace
315 or _iskeyword(name)
326 if _iskeyword(name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 10 from keyword import iskeyword as _iskeyword namespace
315 or _iskeyword(name)
326 if _iskeyword(name):

Completed in 103 milliseconds