Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.c7025 PySocketModule_APIObject PySocketModuleAPI = variable
7080 PySocketModuleAPI.error = PyExc_OSError;
7099 PySocketModuleAPI.timeout_error = socket_timeout;
7121 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)