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

Lines Matching defs:BINSTRING

118 BINSTRING       = 'T'   # push string; counted binary string argument
486 self.write(BINSTRING + pack("<i", n) + obj)
520 self.write(BINSTRING + s + obj)
977 dispatch[BINSTRING] = load_binstring