Home
last modified time | relevance | path

Searched refs:connection_send_obj (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h260 connection_send_obj(ConnectionObject *self, PyObject *obj) in connection_send_obj() function
443 {"send", (PyCFunction)connection_send_obj, METH_O,