Definition at line 145 of file dbsqlite.py.
◆ __init__()
def python.dbsqlite.SQLHashKeyIterator.__init__ |
( |
|
self, |
|
|
|
conn, |
|
|
|
stmt, |
|
|
|
indices |
|
) |
| |
Definition at line 146 of file dbsqlite.py.
146 def __init__(self, conn, stmt, indices):
151 self.getter = itemgetter(*indices)
◆ __iter__()
def python.dbsqlite.SQLHashKeyIterator.__iter__ |
( |
|
self | ) |
|
◆ __next__()
def python.dbsqlite.SQLHashKeyIterator.__next__ |
( |
|
self | ) |
|
Definition at line 158 of file dbsqlite.py.
159 return self.getter(self.iter.__next__())
◆ next()
def python.dbsqlite.SQLHashKeyIterator.next |
( |
|
self | ) |
|
◆ getter
python.dbsqlite.SQLHashKeyIterator.getter |
◆ iter
python.dbsqlite.SQLHashKeyIterator.iter |
The documentation for this class was generated from the following file: