Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ functions
Functions
868 in github.com/MagicStack/asyncpg
⨍
Functions
868
◇
Types & classes
397
↳
Endpoints
6
Method
start
(self, wait=60, *, server_settings={}, **opts)
asyncpg/cluster.py:685
Method
start
(self, wait=60, **settings)
asyncpg/cluster.py:715
Method
status
(query)
tests/test_prepare.py:315
Method
stop
(self, wait=60)
asyncpg/cluster.py:718
Method
tearDown
(self)
tests/test_connect.py:202
Method
tearDown
(self)
tests/test_execute.py:108
Method
tearDown
(self)
asyncpg/_testbase/__init__.py:368
Method
tearDown
(self)
asyncpg/_testbase/__init__.py:421
Method
tearDown
(self)
asyncpg/_testbase/__init__.py:448
Method
tearDownClass
(cls)
tests/test_introspection.py:37
Method
tearDownClass
(cls)
asyncpg/_testbase/__init__.py:338
Method
tearDownClass
(cls)
asyncpg/_testbase/__init__.py:410
Method
terminate
(self)
asyncpg/pool.py:270
Method
test
(pool)
tests/test_pool.py:501
Method
test0
()
tests/test_cancellation.py:19
Method
test1
()
tests/test_cancellation.py:23
Method
test2
()
tests/test_cancellation.py:27
Method
test3
()
tests/test_cancellation.py:31
Method
test4
()
tests/test_cancellation.py:35
Method
test5
()
tests/test_cancellation.py:39
Method
test6
()
tests/test_cancellation.py:42
Method
test7
()
tests/test_cancellation.py:45
Method
test8
()
tests/test_cancellation.py:48
Method
test_all_builtin_types_handled
(self)
tests/test_codecs.py:546
Method
test_array_with_custom_json_text_codec
(self)
tests/test_codecs.py:1941
Method
test_arrays
Test encoding/decoding of arrays (particularly multidimensional).
tests/test_codecs.py:791
Method
test_auth_bad_user
(self)
tests/test_connect.py:241
Method
test_auth_gssapi_bad_srvname
(self)
tests/test_connect.py:439
Method
test_auth_gssapi_bad_user
(self)
tests/test_connect.py:447
Method
test_auth_gssapi_ok
(self)
tests/test_connect.py:435
Method
test_auth_md5_unsupported
(self, _)
tests/test_connect.py:385
Method
test_auth_password_cleartext
(self)
tests/test_connect.py:256
Method
test_auth_password_cleartext_callable
(self)
tests/test_connect.py:269
Method
test_auth_password_cleartext_callable_awaitable
(self)
tests/test_connect.py:307
Method
test_auth_password_cleartext_callable_coroutine
(self)
tests/test_connect.py:288
Method
test_auth_password_md5
(self)
tests/test_connect.py:326
Method
test_auth_password_scram_sha_256
(self)
tests/test_connect.py:337
Method
test_auth_reject
(self)
tests/test_connect.py:250
Method
test_auth_sspi
(self)
tests/test_connect.py:467
Method
test_auth_trust
(self)
tests/test_connect.py:246
Method
test_bitstring
(self)
tests/test_codecs.py:560
Method
test_cancellation_01
(self)
tests/test_cancellation.py:16
Method
test_cancellation_02
(self)
tests/test_cancellation.py:67
Method
test_cancellation_03
(self)
tests/test_cancellation.py:74
Method
test_cancellation_04
(self)
tests/test_cancellation.py:91
Method
test_command_timeout_01
(self)
tests/test_timeout.py:130
Method
test_composites
Test encoding/decoding of composite types.
tests/test_codecs.py:897
Method
test_composites_in_arrays
(self)
tests/test_codecs.py:1615
Method
test_connect_args_validation
(self)
tests/test_connect.py:1646
Method
test_connect_connection_service_file
(self)
tests/test_connect.py:1259
Method
test_connect_params
(self)
tests/test_connect.py:1255
Method
test_connect_pgpass_badness_mode
(self)
tests/test_connect.py:1538
Method
test_connect_pgpass_badness_non_file
(self)
tests/test_connect.py:1562
Method
test_connect_pgpass_inaccessible_directory
(self)
tests/test_connect.py:1622
Method
test_connect_pgpass_inaccessible_file
(self)
tests/test_connect.py:1601
Method
test_connect_pgpass_nonexistent
(self)
tests/test_connect.py:1583
Method
test_connect_pgpass_regular
(self)
tests/test_connect.py:1364
Method
test_connection_close_timeout
(self)
tests/test_adversity.py:23
Method
test_connection_implicit_host
(self)
tests/test_connect.py:1747
Method
test_connection_isinstance
(self)
tests/test_connect.py:1661
Method
test_connection_no_home_dir
(self)
tests/test_connect.py:1756
Method
test_connection_ssl_to_no_ssl_server
(self)
tests/test_connect.py:1698
Method
test_connection_sslmode_no_ssl_server
(self)
tests/test_connect.py:1709
Method
test_connection_termination_callback_called_on_local
(self)
tests/test_listeners.py:344
Method
test_connection_termination_callback_called_on_remote
(self)
tests/test_listeners.py:320
Method
test_connection_use_after_close
(self)
tests/test_connect.py:1666
Method
test_copy_from_query_basics
(self)
tests/test_copy.py:120
Method
test_copy_from_query_cancellation_explicit
(self)
tests/test_copy.py:261
Method
test_copy_from_query_cancellation_on_sink_error
(self)
tests/test_copy.py:283
Method
test_copy_from_query_cancellation_while_waiting_for_data
(self)
tests/test_copy.py:302
Method
test_copy_from_query_timeout_1
(self)
tests/test_copy.py:322
Method
test_copy_from_query_timeout_2
(self)
tests/test_copy.py:340
Method
test_copy_from_query_to_bad_output
(self)
tests/test_copy.py:223
Method
test_copy_from_query_to_path
(self)
tests/test_copy.py:171
Method
test_copy_from_query_to_path_like
(self)
tests/test_copy.py:193
Method
test_copy_from_query_to_sink
(self)
tests/test_copy.py:234
Method
test_copy_from_query_with_args
(self)
tests/test_copy.py:146
Method
test_copy_from_table_basics
(self)
tests/test_copy.py:21
Method
test_copy_from_table_large_rows
(self)
tests/test_copy.py:85
Method
test_copy_records_to_table_1
(self)
tests/test_copy.py:626
Method
test_copy_records_to_table_async
(self)
tests/test_copy.py:679
Method
test_copy_records_to_table_no_binary_codec
(self)
tests/test_copy.py:703
Method
test_copy_records_to_table_where
(self)
tests/test_copy.py:650
Method
test_copy_to_table_basics
(self)
tests/test_copy.py:366
Method
test_copy_to_table_fail_in_source_1
(self)
tests/test_copy.py:501
Method
test_copy_to_table_fail_in_source_2
(self)
tests/test_copy.py:526
Method
test_copy_to_table_from_bytes_like
(self)
tests/test_copy.py:489
Method
test_copy_to_table_from_file_path
(self)
tests/test_copy.py:584
Method
test_copy_to_table_large_rows
(self)
tests/test_copy.py:462
Method
test_copy_to_table_timeout
(self)
tests/test_copy.py:555
Method
test_cursor_01
(self)
tests/test_cursor.py:106
Method
test_cursor_02
(self)
tests/test_cursor.py:112
Method
test_cursor_03
(self)
tests/test_cursor.py:150
Method
test_cursor_04
(self)
tests/test_cursor.py:157
Method
test_cursor_iterable_01
(self)
tests/test_cursor.py:16
Method
test_cursor_iterable_02
(self)
tests/test_cursor.py:31
Method
test_cursor_iterable_03
(self)
tests/test_cursor.py:51
Method
test_cursor_iterable_04
(self)
tests/test_cursor.py:65
Method
test_cursor_iterable_05
(self)
tests/test_cursor.py:74
Method
test_cursor_iterable_06
(self)
tests/test_cursor.py:83
← previous
next →
501–600 of 868, ranked by callers