Lines Matching defs:seconds
763 /* s->sock_timeout is in seconds, timeout in ms */
2903 > 0 -- timeout mode; operations time out after timeout seconds
2948 giving in seconds, or None. Setting a timeout of None disables\n\
2961 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout);
2962 return PyFloat_FromDouble(seconds);
2969 Returns the timeout in seconds (float) associated with socket\n\
6776 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
6777 return PyFloat_FromDouble(seconds);
6784 Returns the default timeout in seconds (float) for new socket objects.\n\
6804 Set the default timeout in seconds (float) for new socket objects.\n\