tobytes() Return the data in the buffer as a bytestring. This is equivalent to calling the
dis.show_code(x, *, file=None) Print detailed code object information for the supplied function, method, source code string
asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().
class urllib.request.HTTPRedirectHandler A class to handle redirections.
types.MethodType The type of methods of user-defined class instances.
unittest.installHandler() Install the control-c handler. When a signal.SIGINT is received (usually in response
class ctypes.c_bool Represent the C bool datatype (more accurately, _Bool from C99). Its value can
FTP.set_pasv(boolean) Enable “passive” mode if boolean is true, other disable passive mode. Passive mode is on by default
set_charset(charset) Set the character set of the payload to charset, which can either be a
email.utils.parsedate_to_datetime(date) The inverse of format_datetime(). Performs the same function as parsedate()
Page 55 of 100