HomeSort by relevance Sort by last modified time
    Searched defs:pickle_protocol (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.c 19 PyObject *pickle_dumps, *pickle_loads, *pickle_protocol; variable
260 pickle_protocol = PyObject_GetAttrString(temp, "HIGHEST_PROTOCOL");
  /external/libmojo/third_party/ply/
yacc.py 85 pickle_protocol = 0 # Protocol to use when writing pickle files variable
    [all...]
  /external/ply/ply/ply/
yacc.py 93 pickle_protocol = 0 # Protocol to use when writing pickle files variable
    [all...]

Completed in 324 milliseconds