Searched defs:IS_SELECTABLE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ | ||
H A D | socketmodule.c | 558 #define IS_SELECTABLE(s) 1 macro 563 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0) macro [all...] |
Completed in 9 milliseconds