Home | History | Annotate | Download | only in python2.7

Lines Matching defs:TRUE

144 TRUE            = 'I01\n'  # not an opcode; see INT docs in pickletools.py
157 NEWTRUE = '\x88' # push True
434 TRUE or FALSE)
505 # This is true for Jython
908 self.append(True)
915 elif data == TRUE[1:]:
916 val = True