datetime.datetime.today()
  • References/Python/Python/Data Types

classmethod datetime.today() Return the current local datetime, with tzinfo None. This is equivalent

2025-01-10 15:47:30
float.fromhex()
  • References/Python/Python/Built-in Types

classmethod float.fromhex(s) Class method to return the float represented by a hexadecimal string s. The string s

2025-01-10 15:47:30
sqlite3.Connection.interrupt()
  • References/Python/Python/Data Persistence

interrupt() You can call this method from a different thread to abort any queries that might be executing on the connection

2025-01-10 15:47:30
RuntimeWarning
  • References/Python/Python/Built-in Exceptions

exception RuntimeWarning Base class for warnings about dubious runtime behavior.

2025-01-10 15:47:30
ConnectionAbortedError
  • References/Python/Python/Built-in Exceptions

exception ConnectionAbortedError A subclass of ConnectionError, raised when a connection attempt is aborted by

2025-01-10 15:47:30
os.close()
  • References/Python/Python/Operating System

os.close(fd) Close file descriptor fd.

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.server_software
  • References/Python/Python/Internet

server_software If the origin_server attribute is set, this attribute’s value is used to set the default

2025-01-10 15:47:30
winreg.DeleteKeyEx()
  • References/Python/Python/MS Windows

winreg.DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0) Deletes the specified key.

2025-01-10 15:47:30
complex
  • References/Python/Python/Built-in Functions

class complex([real[, imag]]) Return a complex number with the value real + imag*1j or convert a string or

2025-01-10 15:47:30
exit
  • References/Python/Python/Built-in Constants

exit(code=None) Objects that when printed, print a message like “Use quit() or Ctrl-D (i.e. EOF) to exit”, and when called,

2025-01-10 15:47:30