MCPcopy Create free account

hub / github.com/MagicStack/asyncpg / functions

Functions868 in github.com/MagicStack/asyncpg

Methodstart
(self, wait=60, *, server_settings={}, **opts)
asyncpg/cluster.py:685
Methodstart
(self, wait=60, **settings)
asyncpg/cluster.py:715
Methodstatus
(query)
tests/test_prepare.py:315
Methodstop
(self, wait=60)
asyncpg/cluster.py:718
MethodtearDown
(self)
tests/test_connect.py:202
MethodtearDown
(self)
tests/test_execute.py:108
MethodtearDown
(self)
asyncpg/_testbase/__init__.py:368
MethodtearDown
(self)
asyncpg/_testbase/__init__.py:421
MethodtearDown
(self)
asyncpg/_testbase/__init__.py:448
MethodtearDownClass
(cls)
tests/test_introspection.py:37
MethodtearDownClass
(cls)
asyncpg/_testbase/__init__.py:338
MethodtearDownClass
(cls)
asyncpg/_testbase/__init__.py:410
Methodterminate
(self)
asyncpg/pool.py:270
Methodtest
(pool)
tests/test_pool.py:501
Methodtest0
()
tests/test_cancellation.py:19
Methodtest1
()
tests/test_cancellation.py:23
Methodtest2
()
tests/test_cancellation.py:27
Methodtest3
()
tests/test_cancellation.py:31
Methodtest4
()
tests/test_cancellation.py:35
Methodtest5
()
tests/test_cancellation.py:39
Methodtest6
()
tests/test_cancellation.py:42
Methodtest7
()
tests/test_cancellation.py:45
Methodtest8
()
tests/test_cancellation.py:48
Methodtest_all_builtin_types_handled
(self)
tests/test_codecs.py:546
Methodtest_array_with_custom_json_text_codec
(self)
tests/test_codecs.py:1941
Methodtest_arrays
Test encoding/decoding of arrays (particularly multidimensional).
tests/test_codecs.py:791
Methodtest_auth_bad_user
(self)
tests/test_connect.py:241
Methodtest_auth_gssapi_bad_srvname
(self)
tests/test_connect.py:439
Methodtest_auth_gssapi_bad_user
(self)
tests/test_connect.py:447
Methodtest_auth_gssapi_ok
(self)
tests/test_connect.py:435
Methodtest_auth_md5_unsupported
(self, _)
tests/test_connect.py:385
Methodtest_auth_password_cleartext
(self)
tests/test_connect.py:256
Methodtest_auth_password_cleartext_callable
(self)
tests/test_connect.py:269
Methodtest_auth_password_cleartext_callable_awaitable
(self)
tests/test_connect.py:307
Methodtest_auth_password_cleartext_callable_coroutine
(self)
tests/test_connect.py:288
Methodtest_auth_password_md5
(self)
tests/test_connect.py:326
Methodtest_auth_password_scram_sha_256
(self)
tests/test_connect.py:337
Methodtest_auth_reject
(self)
tests/test_connect.py:250
Methodtest_auth_sspi
(self)
tests/test_connect.py:467
Methodtest_auth_trust
(self)
tests/test_connect.py:246
Methodtest_bitstring
(self)
tests/test_codecs.py:560
Methodtest_cancellation_01
(self)
tests/test_cancellation.py:16
Methodtest_cancellation_02
(self)
tests/test_cancellation.py:67
Methodtest_cancellation_03
(self)
tests/test_cancellation.py:74
Methodtest_cancellation_04
(self)
tests/test_cancellation.py:91
Methodtest_command_timeout_01
(self)
tests/test_timeout.py:130
Methodtest_composites
Test encoding/decoding of composite types.
tests/test_codecs.py:897
Methodtest_composites_in_arrays
(self)
tests/test_codecs.py:1615
Methodtest_connect_args_validation
(self)
tests/test_connect.py:1646
Methodtest_connect_connection_service_file
(self)
tests/test_connect.py:1259
Methodtest_connect_params
(self)
tests/test_connect.py:1255
Methodtest_connect_pgpass_badness_mode
(self)
tests/test_connect.py:1538
Methodtest_connect_pgpass_badness_non_file
(self)
tests/test_connect.py:1562
Methodtest_connect_pgpass_inaccessible_directory
(self)
tests/test_connect.py:1622
Methodtest_connect_pgpass_inaccessible_file
(self)
tests/test_connect.py:1601
Methodtest_connect_pgpass_nonexistent
(self)
tests/test_connect.py:1583
Methodtest_connect_pgpass_regular
(self)
tests/test_connect.py:1364
Methodtest_connection_close_timeout
(self)
tests/test_adversity.py:23
Methodtest_connection_implicit_host
(self)
tests/test_connect.py:1747
Methodtest_connection_isinstance
(self)
tests/test_connect.py:1661
Methodtest_connection_no_home_dir
(self)
tests/test_connect.py:1756
Methodtest_connection_ssl_to_no_ssl_server
(self)
tests/test_connect.py:1698
Methodtest_connection_sslmode_no_ssl_server
(self)
tests/test_connect.py:1709
Methodtest_connection_termination_callback_called_on_local
(self)
tests/test_listeners.py:344
Methodtest_connection_termination_callback_called_on_remote
(self)
tests/test_listeners.py:320
Methodtest_connection_use_after_close
(self)
tests/test_connect.py:1666
Methodtest_copy_from_query_basics
(self)
tests/test_copy.py:120
Methodtest_copy_from_query_cancellation_explicit
(self)
tests/test_copy.py:261
Methodtest_copy_from_query_cancellation_on_sink_error
(self)
tests/test_copy.py:283
Methodtest_copy_from_query_cancellation_while_waiting_for_data
(self)
tests/test_copy.py:302
Methodtest_copy_from_query_timeout_1
(self)
tests/test_copy.py:322
Methodtest_copy_from_query_timeout_2
(self)
tests/test_copy.py:340
Methodtest_copy_from_query_to_bad_output
(self)
tests/test_copy.py:223
Methodtest_copy_from_query_to_path
(self)
tests/test_copy.py:171
Methodtest_copy_from_query_to_path_like
(self)
tests/test_copy.py:193
Methodtest_copy_from_query_to_sink
(self)
tests/test_copy.py:234
Methodtest_copy_from_query_with_args
(self)
tests/test_copy.py:146
Methodtest_copy_from_table_basics
(self)
tests/test_copy.py:21
Methodtest_copy_from_table_large_rows
(self)
tests/test_copy.py:85
Methodtest_copy_records_to_table_1
(self)
tests/test_copy.py:626
Methodtest_copy_records_to_table_async
(self)
tests/test_copy.py:679
Methodtest_copy_records_to_table_no_binary_codec
(self)
tests/test_copy.py:703
Methodtest_copy_records_to_table_where
(self)
tests/test_copy.py:650
Methodtest_copy_to_table_basics
(self)
tests/test_copy.py:366
Methodtest_copy_to_table_fail_in_source_1
(self)
tests/test_copy.py:501
Methodtest_copy_to_table_fail_in_source_2
(self)
tests/test_copy.py:526
Methodtest_copy_to_table_from_bytes_like
(self)
tests/test_copy.py:489
Methodtest_copy_to_table_from_file_path
(self)
tests/test_copy.py:584
Methodtest_copy_to_table_large_rows
(self)
tests/test_copy.py:462
Methodtest_copy_to_table_timeout
(self)
tests/test_copy.py:555
Methodtest_cursor_01
(self)
tests/test_cursor.py:106
Methodtest_cursor_02
(self)
tests/test_cursor.py:112
Methodtest_cursor_03
(self)
tests/test_cursor.py:150
Methodtest_cursor_04
(self)
tests/test_cursor.py:157
Methodtest_cursor_iterable_01
(self)
tests/test_cursor.py:16
Methodtest_cursor_iterable_02
(self)
tests/test_cursor.py:31
Methodtest_cursor_iterable_03
(self)
tests/test_cursor.py:51
Methodtest_cursor_iterable_04
(self)
tests/test_cursor.py:65
Methodtest_cursor_iterable_05
(self)
tests/test_cursor.py:74
Methodtest_cursor_iterable_06
(self)
tests/test_cursor.py:83
← previousnext →501–600 of 868, ranked by callers