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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 30 names_inserted = set()
36 if arg.type == token.NAME and arg.value in names_inserted:
43 names_inserted.add(arg.value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 30 names_inserted = set()
36 if arg.type == token.NAME and arg.value in names_inserted:
43 names_inserted.add(arg.value)

Completed in 288 milliseconds