Home
last modified time | relevance | path

Searched refs:SqliteBase (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-datatest/datatest-0.11.1/datatest/__past__/
H A Dapi07_sources.py650 class SqliteBase(BaseSource): class
655 if cls is SqliteBase:
658 return super(SqliteBase, cls).__new__(cls)
766 obj = super(SqliteBase, self) # 2.x compatible calling convention.
857 class SqliteSource(SqliteBase):
933 class CsvSource(SqliteBase):
977 class ExcelSource(SqliteBase):
H A Dapi07.py50 from .api07_sources import SqliteBase
58 datatest.SqliteBase = SqliteBase