dis.Instruction.starts_line

starts_line line started by this opcode (if any), otherwise None

logging.config.stopListening()

logging.config.stopListening() Stops the listening server which was created with a call to listen(). This is typically called before calling join() on the return value from listen().

http.cookiejar.Cookie.comment

Cookie.comment String comment from the server explaining the function of this cookie, or None.

quopri.decodestring()

quopri.decodestring(s, header=False) Like decode(), except that it accepts a source bytes and returns the corresponding decoded bytes.

os.WIFSTOPPED()

os.WIFSTOPPED(status) Return True if the process has been stopped, otherwise return False. Availability: Unix.

ipaddress.IPv4Network.with_prefixlen

with_prefixlen

readline.get_endidx()

readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end arguments passed to the rl_attempted_completion_function callback of the underlying library.

binascii.unhexlify()

binascii.unhexlify(hexstr) Return the binary data represented by the hexadecimal string hexstr. This function is the inverse of b2a_hex(). hexstr must contain an even number of hexadecimal digits (which can be upper or lower case), otherwise an Error exception is raised.

ssl.OP_NO_TLSv1

ssl.OP_NO_TLSv1 Prevents a TLSv1 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23. It prevents the peers from choosing TLSv1 as the protocol version. New in version 3.2.

xdrlib.Unpacker.unpack_fopaque()

Unpacker.unpack_fopaque(n) Unpacks and returns a fixed length opaque data stream, similarly to unpack_fstring().