time.timezone
  • References/Python/Python/Operating System

time.timezone The offset of the local (non-DST) timezone, in seconds west of UTC (negative in most of Western Europe, positive

2025-01-10 15:47:30
io.BufferedReader
  • References/Python/Python/Operating System

class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential

2025-01-10 15:47:30
afm
  • References/Python/Matplotlib/afm

afm (Adobe Font Metrics interface) matplotlib.afm This is a python interface to Adobe Font

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_double()
  • References/Python/Python/File Formats

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

2025-01-10 15:47:30
calendar.Calendar.monthdatescalendar()
  • References/Python/Python/Data Types

monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

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

keys() Return a new view of the dictionary’s keys. See the documentation of view objects.

2025-01-10 15:47:30
tkinter.Tk
  • References/Python/Python/Tk

class tkinter.Tk(screenName=None, baseName=None, className='Tk', useTk=1) The Tk class is instantiated without

2025-01-10 15:47:30
lzma.LZMAError
  • References/Python/Python/Data Compression

exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing

2025-01-10 15:47:30
http.server.CGIHTTPRequestHandler.cgi_directories
  • References/Python/Python/Internet

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

2025-01-10 15:47:30
DatetimeIndex.dayofweek
  • References/Python/Pandas/API Reference/DatetimeIndex

DatetimeIndex.dayofweek The day of the week with Monday=0, Sunday=6

2025-01-10 15:47:30