Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.c7109 PySocketModule_APIObject PySocketModuleAPI = variable
7164 PySocketModuleAPI.error = PyExc_OSError;
7183 PySocketModuleAPI.timeout_error = socket_timeout;
7205 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)