Home | History | Annotate | Download | only in Lib

Lines Matching defs:LONG_BINPUT

137 LONG_BINPUT    = b'r'   #   "     "    "   "   " ;   "    " 4-byte arg
435 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i.
443 return LONG_BINPUT + pack("<I", idx)
1448 raise ValueError("negative LONG_BINPUT argument")
1450 dispatch[LONG_BINPUT[0]] = load_long_binput