Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py67 class AggrNoFinalize: class
281 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize)
/external/python/cpython3/Lib/sqlite3/test/
Duserfunctions.py68 class AggrNoFinalize: class
337 self.con.create_aggregate("nofinalize", 1, AggrNoFinalize)