Home
last modified time | relevance | path

Searched refs:NEWTRUE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py157 NEWTRUE = '\x88' # push True variable
438 self.write(obj and NEWTRUE or NEWFALSE)
915 dispatch[NEWTRUE] = load_true
/external/python/cpython2/Modules/
DcPickle.c83 #define NEWTRUE '\x88' /* push True */ macro
1012 char opcode = l ? NEWTRUE : NEWFALSE; in save_bool()
5006 case NEWTRUE: in load()
5424 case NEWTRUE: in noload()
/external/python/cpython2/Lib/test/
Dpickletester.py1189 (2, True): pickle.NEWTRUE,