logging.handlers.QueueListener.dequeue()
  • References/Python/Python/Logging

dequeue(block) Dequeues a record and return it, optionally blocking. The base implementation

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

exception ImportWarning Base class for warnings about probable mistakes in module imports.

2025-01-10 15:47:30
concurrent.futures.Future.cancelled()
  • References/Python/Python/Concurrent Execution

cancelled() Return True if the call was successfully cancelled.

2025-01-10 15:47:30
pdb.Pdb.runeval()
  • References/Python/Python/Debugging & Profiling

runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.display_raw
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.display_raw Boolean value specifying if a textarea input showing the serialized representation of the current

2025-01-10 15:47:30
zipfile.ZipInfo.file_size
  • References/Python/Python/Data Compression

ZipInfo.file_size Size of the uncompressed file.

2025-01-10 15:47:30
tarfile.TarInfo.type
  • References/Python/Python/Data Compression

TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE

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

execute(sql[, parameters]) This is a nonstandard shortcut that creates a cursor object by calling the cursor()

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

needs_input False if the decompress() method can provide more decompressed data before requiring new

2025-01-10 15:47:30
zipfile.ZipInfo.flag_bits
  • References/Python/Python/Data Compression

ZipInfo.flag_bits ZIP flag bits.

2025-01-10 15:47:30