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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 157 NEWTRUE = '\x88' # push True
432 self.write(obj and NEWTRUE or NEWFALSE)
909 dispatch[NEWTRUE] = load_true
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 157 NEWTRUE = '\x88' # push True
432 self.write(obj and NEWTRUE or NEWFALSE)
909 dispatch[NEWTRUE] = load_true
    [all...]

Completed in 778 milliseconds