Skip to main content

class  pixeltable.Row

A dict-like wrapper over a single result row. Supports key access (row['col']), membership ('col' in row), iteration over keys, and the standard get, keys, values, and items methods.
Last modified on April 17, 2026