calendar.weekheader()
  • References/Python/Python/Data Types

calendar.weekheader(n) Return a header containing abbreviated weekday names. n specifies the width in characters for

2025-01-10 15:47:30
http.cookiejar.LoadError
  • References/Python/Python/Internet

exception http.cookiejar.LoadError Instances of FileCookieJar raise this exception on failure to load cookies from

2025-01-10 15:47:30
logging.getLogRecordFactory()
  • References/Python/Python/Logging

logging.getLogRecordFactory() Return a callable which is used to create a LogRecord.

2025-01-10 15:47:30
logging.handlers.BufferingHandler.flush()
  • References/Python/Python/Logging

flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.

2025-01-10 15:47:30
ipaddress.IPv6Address.is_unspecified
  • References/Python/Python/Internet

is_unspecified

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

create_function(name, num_params, func) Creates a user-defined function that you can later use from within SQL statements under

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

close() Close the cursor now (rather than whenever __del__ is called). The cursor

2025-01-10 15:47:30
socket.socket.shutdown()
  • References/Python/Python/Networking

socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives

2025-01-10 15:47:30
statistics.StatisticsError
  • References/Python/Python/Numeric & Mathematical

exception statistics.StatisticsError Subclass of

2025-01-10 15:47:30
symtable.Function.get_parameters()
  • References/Python/Python/Language

get_parameters() Return a tuple containing names of parameters to this function.

2025-01-10 15:47:30