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
test_custom_codec_binary
Test encoding/decoding using a custom codec in binary mode.
tests/test_codecs.py:1240
Method
test_custom_codec_composite_non_tuple
(self)
tests/test_codecs.py:1574
Method
test_custom_codec_composite_tuple
(self)
tests/test_codecs.py:1547
Method
test_custom_codec_large_oid
(self)
tests/test_codecs.py:1989
Method
test_custom_codec_on_domain
Test encoding/decoding using a custom codec on a domain.
tests/test_codecs.py:1320
Method
test_custom_codec_on_enum
Test encoding/decoding using a custom codec on an enum.
tests/test_codecs.py:1371
Method
test_custom_codec_on_enum_array
Test encoding/decoding using a custom codec on an enum array. Bug: https://github.com/MagicStack/asyncpg/issues/590
tests/test_codecs.py:1388
Method
test_custom_codec_on_stdsql_types
(self)
tests/test_codecs.py:1338
Method
test_custom_codec_override_binary
Test overriding core codecs.
tests/test_codecs.py:1416
Method
test_custom_codec_override_text
Test overriding core codecs.
tests/test_codecs.py:1440
Method
test_custom_codec_override_tuple
Test overriding core codecs.
tests/test_codecs.py:1487
Method
test_custom_codec_text
Test encoding/decoding using a custom codec in text mode.
tests/test_codecs.py:1186
Method
test_dangling_listener_warns
(self)
tests/test_listeners.py:108
Method
test_dangling_log_listener_warns
(self)
tests/test_listeners.py:301
Method
test_domains
Test encoding/decoding of composite types.
tests/test_codecs.py:976
Method
test_enum
(self)
tests/test_codecs.py:1744
Method
test_enum_and_range
(self)
tests/test_codecs.py:1873
Method
test_enum_function_return
(self)
tests/test_codecs.py:1916
Method
test_enum_in_array
(self)
tests/test_codecs.py:1853
Method
test_enum_in_composite
(self)
tests/test_codecs.py:1898
Method
test_environment_asyncpg_version
(self)
tests/test__environment.py:35
Method
test_environment_server_version
(self)
tests/test__environment.py:20
Method
test_error_logging
(self)
tests/test_logging.py:40
Method
test_exceptions_exported
(self)
tests/test_exceptions.py:14
Method
test_exceptions_str
(self)
tests/test_exceptions.py:36
Method
test_exceptions_unpacking
(self)
tests/test_exceptions.py:25
Method
test_execute
(pool)
tests/test_pool.py:569
Method
test_execute_exceptions_1
(self)
tests/test_execute.py:66
Method
test_execute_script_1
(self)
tests/test_execute.py:17
Method
test_execute_script_2
(self)
tests/test_execute.py:29
Method
test_execute_script_3
(self)
tests/test_execute.py:43
Method
test_execute_script_check_transactionality
(self)
tests/test_execute.py:52
Method
test_execute_script_interrupted_close
(self)
tests/test_execute.py:72
Method
test_execute_script_interrupted_terminate
(self)
tests/test_execute.py:85
Method
test_execute_with_arg
(pool)
tests/test_pool.py:575
Method
test_executemany_bad_input
(self)
tests/test_execute.py:181
Method
test_executemany_basic
(self)
tests/test_execute.py:112
Method
test_executemany_client_failure_after_writes
(self)
tests/test_execute.py:256
Method
test_executemany_client_failure_in_transaction
(self)
tests/test_execute.py:304
Method
test_executemany_client_server_failure_conflict
(self)
tests/test_execute.py:319
Method
test_executemany_error_in_input_gen
(self)
tests/test_execute.py:200
Method
test_executemany_prepare
(self)
tests/test_execute.py:328
Method
test_executemany_returning
(self)
tests/test_execute.py:142
Method
test_executemany_server_failure
(self)
tests/test_execute.py:215
Method
test_executemany_server_failure_after_writes
(self)
tests/test_execute.py:225
Method
test_executemany_server_failure_during_writes
(self)
tests/test_execute.py:235
Method
test_executemany_timeout
(self)
tests/test_execute.py:264
Method
test_executemany_timeout_flow_control
(self)
tests/test_execute.py:272
Method
test_executemany_uvloop_ssl_issue_700
(self)
tests/test_connect.py:1981
Method
test_extra_codec_alias
Test encoding/decoding of a builtin non-pg_catalog codec.
tests/test_codecs.py:1113
Method
test_fetch
(pool)
tests/test_pool.py:548
Method
test_fetchrow
(pool)
tests/test_pool.py:555
Method
test_fetchval
(pool)
tests/test_pool.py:562
Method
test_flake8
(self)
tests/test__sourcecode.py:19
Method
test_full_reconnect_on_node_change_role
(self)
tests/test_pool.py:1034
Method
test_get_settings_01
(self)
tests/test_connect.py:104
Method
test_interval
(self)
tests/test_codecs.py:587
Method
test_introspection_loads_basetypes_of_domains
(self)
tests/test_introspection.py:201
Method
test_introspection_no_stmt_cache_01
(self)
tests/test_introspection.py:82
Method
test_introspection_no_stmt_cache_02
(self)
tests/test_introspection.py:103
Method
test_introspection_no_stmt_cache_03
(self)
tests/test_introspection.py:125
Method
test_introspection_on_large_db
(self)
tests/test_introspection.py:67
Method
test_introspection_retries_after_cache_bust
(self)
tests/test_introspection.py:160
Method
test_introspection_sticks_for_ps
(self)
tests/test_introspection.py:135
Method
test_invalid_input
(self)
tests/test_codecs.py:687
Method
test_invalid_timeout
(self)
tests/test_timeout.py:112
Method
test_isolation_level
(self)
tests/test_transaction.py:183
Method
test_listen_01
(self)
tests/test_listeners.py:19
Method
test_listen_02
(self)
tests/test_listeners.py:72
Method
test_listen_notletters
(self)
tests/test_listeners.py:90
Method
test_log_listener_01
(self)
tests/test_listeners.py:126
Method
test_log_listener_02
(self)
tests/test_listeners.py:230
Method
test_log_listener_03
(self)
tests/test_listeners.py:271
Method
test_logging_context
(self)
tests/test_logging.py:17
Method
test_mogrify_multiple
(self)
tests/test_utils.py:32
Method
test_mogrify_simple
(self)
tests/test_utils.py:16
Method
test_multirange_types
Test encoding/decoding of multirange types.
tests/test_codecs.py:1060
Method
test_mypy
(self)
tests/test__sourcecode.py:42
Method
test_nested_isolation_level
(self)
tests/test_transaction.py:214
Method
test_no_explicit_close_no_debug
(self)
tests/test_connect.py:2268
Method
test_no_explicit_close_with_debug
(self)
tests/test_connect.py:2279
Method
test_no_result
(self)
tests/test_codecs.py:1937
Method
test_nossl_connection_pool
(self)
tests/test_connect.py:2219
Method
test_nossl_connection_prefer_cancel
(self)
tests/test_connect.py:2205
Method
test_nossl_connection_sslmode
(self)
tests/test_connect.py:2163
Method
test_numeric
(self)
tests/test_codecs.py:600
Method
test_pool_01
(self)
tests/test_pool.py:46
Method
test_pool_02
(self)
tests/test_pool.py:61
Method
test_pool_03
(self)
tests/test_pool.py:75
Method
test_pool_04
(self)
tests/test_pool.py:86
Method
test_pool_05
(self)
tests/test_pool.py:109
Method
test_pool_06
(self)
tests/test_pool.py:123
Method
test_pool_07
(self)
tests/test_pool.py:137
Method
test_pool_08
(self)
tests/test_pool.py:197
Method
test_pool_09
(self)
tests/test_pool.py:205
Method
test_pool_10
(self)
tests/test_pool.py:223
Method
test_pool_11
(self)
tests/test_pool.py:233
Method
test_pool_12
(self)
tests/test_pool.py:290
Method
test_pool_13
(self)
tests/test_pool.py:300
Method
test_pool_acquire_timeout
(self)
tests/test_adversity.py:30
← previous
next →
601–700 of 868, ranked by callers