MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / internal_select_ex

Function internal_select_ex

Modules/socketmodule.c:675–729  ·  view source on GitHub ↗

Do a select()/poll() on the socket, if necessary (sock_timeout > 0). The argument writing indicates the direction. This does not raise an exception; we'll let our caller do that after they've reacquired the interpreter lock. Returns 1 on timeout, -1 on error, 0 otherwise. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

internal_selectFunction · 0.85
sock_acceptFunction · 0.85
sock_recv_gutsFunction · 0.85
sock_recvfrom_gutsFunction · 0.85
sock_sendFunction · 0.85
sock_sendallFunction · 0.85
sock_sendtoFunction · 0.85

Calls 3

pollFunction · 0.85
FD_ZEROFunction · 0.50
selectFunction · 0.50

Tested by

no test coverage detected