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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 158 NEWFALSE = '\x89' # push False
432 self.write(obj and NEWTRUE or NEWFALSE)
905 dispatch[NEWFALSE] = load_false
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 158 NEWFALSE = '\x89' # push False
432 self.write(obj and NEWTRUE or NEWFALSE)
905 dispatch[NEWFALSE] = load_false
    [all...]

Completed in 30 milliseconds