Home
last modified time | relevance | path

Searched refs:WindowSumInt (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py485 class WindowSumInt: class
536 self.con.create_window_function("sumint", 1, WindowSumInt)
545 "shouldfail", -100, WindowSumInt)
551 with patch.object(WindowSumInt, meth, side_effect=BadWindow):
553 self.con.create_window_function(name, 1, WindowSumInt)
564 with patch.object(WindowSumInt, "finalize", side_effect=BadWindow):
566 self.con.create_window_function(name, 1, WindowSumInt)
622 # Redefine WindowSumInt; adjust the expected results accordingly.
623 class Redefined(WindowSumInt):

Completed in 2 milliseconds