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

Function sock_settimeout

Modules/socketmodule.c:1802–1824  ·  view source on GitHub ↗

s.settimeout(timeout) method. Argument: None -- no timeout, blocking mode; same as setblocking(True) 0.0 -- non-blocking mode; same as setblocking(False) > 0 -- timeout mode; operations time out after timeout seconds < 0 -- illegal; raises an exception */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

PyFloat_AsDoubleFunction · 0.85
PyErr_SetStringFunction · 0.85
internal_setblockingFunction · 0.85
PyErr_OccurredFunction · 0.50

Tested by

no test coverage detected