Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py158 NEWFALSE = '\x89' # push False variable
/external/python/cpython2/Modules/
DcPickle.c84 #define NEWFALSE '\x89' /* push False */ macro