Home
last modified time | relevance | path

Searched defs:NEWTRUE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py157 NEWTRUE = '\x88' # push True variable
/external/python/cpython2/Modules/
DcPickle.c83 #define NEWTRUE '\x88' /* push True */ macro