classmethod datetime.today() Return the current local datetime, with tzinfo None. This is equivalent
classmethod float.fromhex(s) Class method to return the float represented by a hexadecimal string s. The string s
interrupt() You can call this method from a different thread to abort any queries that might be executing on the connection
exception RuntimeWarning Base class for warnings about dubious runtime behavior.
exception ConnectionAbortedError A subclass of ConnectionError, raised when a connection attempt is aborted by
os.close(fd) Close file descriptor fd.
server_software If the origin_server attribute is set, this attribute’s value is used to set the default
winreg.DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0) Deletes the specified key.
class complex([real[, imag]]) Return a complex number with the value real + imag*1j or convert a string or
exit(code=None) Objects that when printed, print a message like “Use quit() or Ctrl-D (i.e. EOF) to exit”, and when called,
Page 47 of 100