pyre.tabular.Primary¶
Module Contents¶
-
class
pyre.tabular.Primary.Primary(**kwds)¶ Bases:
pyre.tabular.Column.ColumnA selector that serves a column of primary keys, i.e. a column all of whose vales are distinct and can be used as an index into the sheet
-
refresh(self)¶ Rebuild my row map
-
__getitem__(self, value)¶ Retrieve the sheet row that contains {value} in my column
-
prime(self)¶ Build my value index
-