Lines Matching defs:self
34 def test_api_level(self): argument
38 def test_thread_safety(self): argument
42 def test_param_style(self): argument
47 def test_warning(self): argument
51 def test_error(self): argument
55 def test_interface_error(self): argument
59 def test_database_error(self): argument
63 def test_data_error(self): argument
67 def test_operational_error(self): argument
71 def test_integrity_error(self): argument
75 def test_internal_error(self): argument
79 def test_programming_error(self): argument
83 def test_not_supported_error(self): argument
91 def test_shared_cache_deprecated(self): argument
97 def test_disallow_instantiation(self): argument
104 def setUp(self): argument
110 def tearDown(self): argument
113 def test_commit(self): argument
116 def test_commit_after_no_changes(self): argument
123 def test_rollback(self): argument
126 def test_rollback_after_no_changes(self): argument
133 def test_cursor(self): argument
136 def test_failed_open(self): argument
141 def test_close(self): argument
144 def test_exceptions(self): argument
157 def test_in_transaction(self): argument
175 def test_in_transaction_ro(self): argument
179 def test_open_with_path_like_object(self): argument
184 def __fspath__(self): argument
190 def test_open_uri(self): argument
202 def setUp(self): argument
205 def test_uninit_operations(self): argument
222 def setUp(self): argument
231 def tearDown(self): argument
235 def test_execute_no_args(self): argument
238 def test_execute_illegal_sql(self): argument
242 def test_execute_too_much_sql(self): argument
246 def test_execute_too_much_sql2(self): argument
249 def test_execute_too_much_sql3(self): argument
258 def test_execute_wrong_sql_arg(self): argument
262 def test_execute_arg_int(self): argument
265 def test_execute_arg_float(self): argument
268 def test_execute_arg_string(self): argument
271 def test_execute_arg_string_with_zero_byte(self): argument
278 def test_execute_non_iterable(self): argument
283 def test_execute_wrong_no_of_args1(self): argument
288 def test_execute_wrong_no_of_args2(self): argument
293 def test_execute_wrong_no_of_args3(self): argument
298 def test_execute_param_list(self): argument
304 def test_execute_param_sequence(self): argument
306 def __len__(self): argument
308 def __getitem__(self, x): argument
317 def test_execute_param_sequence_bad_len(self): argument
320 def __len__(self): argument
329 def test_execute_dict_mapping(self): argument
335 def test_execute_dict_mapping_mapping(self): argument
337 def __missing__(self, key): argument
345 def test_execute_dict_mapping_too_little_args(self): argument
350 def test_execute_dict_mapping_no_args(self): argument
355 def test_execute_dict_mapping_unnamed(self): argument
360 def test_close(self): argument
363 def test_rowcount_execute(self): argument
370 def test_rowcount_select(self): argument
379 def test_rowcount_executemany(self): argument
384 def test_total_changes(self): argument
393 def test_execute_many_sequence(self): argument
396 def test_execute_many_iterator(self): argument
398 def __init__(self): argument
401 def __iter__(self): argument
404 def __next__(self): argument
413 def test_execute_many_generator(self): argument
420 def test_execute_many_wrong_sql_arg(self): argument
424 def test_execute_many_select(self): argument
428 def test_execute_many_not_iterable(self): argument
432 def test_fetch_iter(self): argument
444 def test_fetchone(self): argument
451 def test_fetchone_no_statement(self): argument
456 def test_array_size(self): argument
473 def test_fetchmany(self): argument
480 def test_fetchmany_kw_arg(self): argument
486 def test_fetchall(self): argument
493 def test_setinputsizes(self): argument
496 def test_setoutputsize(self): argument
499 def test_setoutputsize_no_column(self): argument
502 def test_cursor_connection(self): argument
506 def test_wrong_cursor_callable(self): argument
511 def test_cursor_wrong_class(self): argument
517 def test_last_row_id_on_replace(self): argument
527 def test_last_row_id_on_ignore(self): argument
537 def test_last_row_id_insert_o_r(self): argument
556 def setUp(self): argument
561 def tearDown(self): argument
565 def test_con_cursor(self): argument
583 def test_con_commit(self): argument
601 def test_con_rollback(self): argument
619 def test_con_close(self): argument
637 def test_cur_implicit_begin(self): argument
655 def test_cur_close(self): argument
673 def test_cur_execute(self): argument
692 def test_cur_iter_next(self): argument
713 def test_date(self): argument
716 def test_time(self): argument
719 def test_timestamp(self): argument
722 def test_date_from_ticks(self): argument
725 def test_time_from_ticks(self): argument
728 def test_timestamp_from_ticks(self): argument
731 def test_binary(self): argument
735 def test_script_string_sql(self): argument
748 def test_script_syntax_error(self): argument
754 def test_script_error_normal(self): argument
760 def test_cursor_executescript_as_bytes(self): argument
767 def test_connection_execute(self): argument
772 def test_connection_executemany(self): argument
780 def test_connection_executescript(self): argument
787 def test_closed_con_cursor(self): argument
793 def test_closed_con_commit(self): argument
799 def test_closed_con_rollback(self): argument
805 def test_closed_cur_execute(self): argument
812 def test_closed_create_function(self): argument
819 def test_closed_create_aggregate(self): argument
823 def __init__(self): argument
825 def step(self, x): argument
827 def finalize(self): argument
832 def test_closed_set_authorizer(self): argument
840 def test_closed_set_progress_callback(self): argument
847 def test_closed_call(self): argument
854 def test_closed(self): argument
879 def setUp(self): argument
888 def tearDown(self): argument
892 def test_on_conflict_rollback_with_explicit_transaction(self): argument
907 def test_on_conflict_abort_raises_with_explicit_transactions(self): argument
923 def test_on_conflict_rollback_without_transaction(self): argument
933 def test_on_conflict_abort_raises_without_transactions(self): argument
944 def test_on_conflict_fail(self): argument
950 def test_on_conflict_ignore(self): argument
957 def test_on_conflict_replace(self): argument
968 def tearDown(self): argument
971 def test_ctx_mgr_rollback_if_commit_failed(self): argument