signal.pause()

signal.pause() Cause the process to sleep until a signal is received; the appropriate handler will then be called. Returns nothing

2016-10-07 17:41:59
ssl.SSLSocket.shared_ciphers()

SSLSocket.shared_ciphers() Return the list of ciphers shared by the client during the handshake. Each entry of the returned

2016-10-07 17:42:58
asynchat.async_chat.ac_in_buffer_size

ac_in_buffer_size The asynchronous input buffer size (default 4096).

2016-10-07 17:26:22
signal.getsignal()

signal.getsignal(signalnum) Return the current signal handler for the signal signalnum. The returned value may be a

2016-10-07 17:41:59
signal.alarm()

signal.alarm(time) If time is non-zero, this function requests that a SIGALRM signal be sent to the process

2016-10-07 17:41:58
ssl.enum_crls()

ssl.enum_crls(store_name) Retrieve CRLs from Windows’ system cert store. store_name may be one of CA,

2016-10-07 17:42:44
signal.pthread_kill()

signal.pthread_kill(thread_id, signalnum) Send the signal signalnum to the thread thread_id, another thread

2016-10-07 17:41:59
socket.if_nametoindex()

socket.if_nametoindex(if_name) Return a network interface index number corresponding to an interface name.

2016-10-07 17:42:16
mmap.mmap.flush()

flush([offset[, size]]) Flushes changes made to the in-memory copy of a file back to disk. Without use of this call there is

2016-10-07 17:37:18
socket.gethostname()

socket.gethostname() Return a string containing the hostname of the machine where the Python interpreter is currently executing

2016-10-07 17:42:14