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_pool_auth
(self)
tests/test_pool.py:362
Method
test_pool_close_timeout
(self)
tests/test_pool.py:878
Method
test_pool_close_waits_for_release
(self)
tests/test_pool.py:855
Method
test_pool_closing
(self)
tests/test_pool.py:778
Method
test_pool_config_persistence
(self)
tests/test_pool.py:489
Method
test_pool_connection_execute_many
(self)
tests/test_pool.py:598
Method
test_pool_connection_methods
(self)
tests/test_pool.py:547
Method
test_pool_exception_in_setup_and_init
(self)
tests/test_pool.py:319
Method
test_pool_expire_connections
(self)
tests/test_pool.py:897
Method
test_pool_handles_abrupt_connection_loss
(self)
tests/test_adversity.py:59
Method
test_pool_handles_asyncgen_finalization
(self)
tests/test_pool.py:834
Method
test_pool_handles_inactive_connection_errors
(self)
tests/test_pool.py:737
Method
test_pool_handles_query_cancel_in_release
(self)
tests/test_pool.py:453
Method
test_pool_handles_task_cancel_in_acquire_with_timeout
(self)
tests/test_pool.py:412
Method
test_pool_handles_task_cancel_in_release
(self)
tests/test_pool.py:432
Method
test_pool_handles_transaction_exit_in_asyncgen_1
(self)
tests/test_pool.py:789
Method
test_pool_handles_transaction_exit_in_asyncgen_2
(self)
tests/test_pool.py:810
Method
test_pool_init_and_use_race
(self)
tests/test_pool.py:967
Method
test_pool_init_race
(self)
tests/test_pool.py:953
Method
test_pool_init_run_until_complete
(self)
tests/test_pool.py:314
Method
test_pool_max_inactive_time_01
(self)
tests/test_pool.py:626
Method
test_pool_max_inactive_time_02
(self)
tests/test_pool.py:645
Method
test_pool_max_inactive_time_03
(self)
tests/test_pool.py:668
Method
test_pool_max_inactive_time_04
(self)
tests/test_pool.py:688
Method
test_pool_max_inactive_time_05
(self)
tests/test_pool.py:719
Method
test_pool_no_acquire_deadlock
(self)
tests/test_pool.py:474
Method
test_pool_release_in_xact
Test that Connection.reset() closes any open transaction.
tests/test_pool.py:518
Method
test_pool_release_timeout
(self)
tests/test_adversity.py:47
Method
test_pool_remote_close
(self)
tests/test_pool.py:982
Method
test_pool_set_connection_args
(self)
tests/test_pool.py:910
Method
test_pool_size_and_capacity
(self)
tests/test_pool.py:757
Method
test_prefer_standby_picks_master_when_standby_is_down
(self)
tests/test_connect.py:2355
Method
test_prefer_standby_when_standby_is_up
(self)
tests/test_connect.py:2348
Method
test_prepare_01
(self)
tests/test_prepare.py:19
Method
test_prepare_02
(self)
tests/test_prepare.py:33
Method
test_prepare_03
(self)
tests/test_prepare.py:37
Method
test_prepare_04
(self)
tests/test_prepare.py:65
Method
test_prepare_05_unknownoid
(self)
tests/test_prepare.py:83
Method
test_prepare_06_interrupted_close
(self)
tests/test_prepare.py:87
Method
test_prepare_07_interrupted_terminate
(self)
tests/test_prepare.py:103
Method
test_prepare_08_big_result
(self)
tests/test_prepare.py:120
Method
test_prepare_09_raise_error
(self)
tests/test_prepare.py:129
Method
test_prepare_10_stmt_lru
(self)
tests/test_prepare.py:144
Method
test_prepare_11_stmt_gc
(self)
tests/test_prepare.py:197
Method
test_prepare_12_stmt_gc
(self)
tests/test_prepare.py:216
Method
test_prepare_13_connect
(self)
tests/test_prepare.py:243
Method
test_prepare_14_explain
(self)
tests/test_prepare.py:254
Method
test_prepare_15_stmt_gc_cache_disabled
(self)
tests/test_prepare.py:284
Method
test_prepare_16_command_result
(self)
tests/test_prepare.py:314
Method
test_prepare_17_stmt_closed_lru
(self)
tests/test_prepare.py:341
Method
test_prepare_18_empty_result
(self)
tests/test_prepare.py:350
Method
test_prepare_19_concurrent_calls
(self)
tests/test_prepare.py:361
Method
test_prepare_20_concurrent_calls
(self)
tests/test_prepare.py:375
Method
test_prepare_21_errors
(self)
tests/test_prepare.py:397
Method
test_prepare_22_empty
(self)
tests/test_prepare.py:405
Method
test_prepare_23_no_stmt_cache_seq
(self)
tests/test_prepare.py:434
Method
test_prepare_24_max_lifetime
(self)
tests/test_prepare.py:465
Method
test_prepare_25_max_lifetime_reset
(self)
tests/test_prepare.py:486
Method
test_prepare_26_max_lifetime_max_size
(self)
tests/test_prepare.py:502
Method
test_prepare_27_max_cacheable_statement_size
(self)
tests/test_prepare.py:518
Method
test_prepare_28_max_args
(self)
tests/test_prepare.py:538
Method
test_prepare_29_duplicates
(self)
tests/test_prepare.py:548
Method
test_prepare_30_invalid_arg_count
(self)
tests/test_prepare.py:561
Method
test_prepare_31_pgbouncer_note
(self)
tests/test_prepare.py:572
Method
test_prepare_cache_invalidation_in_pool
(self)
tests/test_cache_invalidation.py:78
Method
test_prepare_cache_invalidation_in_transaction
(self)
tests/test_cache_invalidation.py:51
Method
test_prepare_cache_invalidation_silent
(self)
tests/test_cache_invalidation.py:30
Method
test_prepare_does_not_use_cache
(self)
tests/test_prepare.py:597
Method
test_prepare_explicitly_named
(self)
tests/test_prepare.py:604
Method
test_prepare_fetchmany
(self)
tests/test_prepare.py:615
Method
test_prepare_statement_invalid
(self)
tests/test_prepare.py:415
Method
test_prepared_type_cache_invalidation
(self)
tests/test_cache_invalidation.py:195
Method
test_range_issubset
(self)
tests/test_types.py:15
Method
test_range_types
Test encoding/decoding of range types.
tests/test_codecs.py:1011
Method
test_record_cmp
(self)
tests/test_record.py:233
Method
test_record_contains
(self)
tests/test_record.py:221
Method
test_record_duplicate_colnames
Test that Record handles duplicate column names.
tests/test_record.py:311
Method
test_record_empty
(self)
tests/test_record.py:296
Method
test_record_freelist_ok
(self)
tests/test_record.py:73
Method
test_record_gc
(self)
tests/test_record.py:48
Method
test_record_get
(self)
tests/test_record.py:284
Method
test_record_hash
(self)
tests/test_record.py:200
Method
test_record_immutable
(self)
tests/test_record.py:113
Method
test_record_isinstance
Test that Record works with isinstance.
tests/test_record.py:341
Method
test_record_items
(self)
tests/test_record.py:163
Method
test_record_iter
(self)
tests/test_record.py:144
Method
test_record_keys
(self)
tests/test_record.py:157
Method
test_record_len_getindex
(self)
tests/test_record.py:78
Method
test_record_module_loads_in_subinterpreter
(self)
tests/test_subinterpreters.py:18
Method
test_record_module_state_isolation
(self)
tests/test_subinterpreters.py:35
Method
test_record_no_new
Instances of Record cannot be directly created.
tests/test_record.py:346
Method
test_record_not_pickleable
(self)
tests/test_record.py:291
Method
test_record_repr
(self)
tests/test_record.py:118
Method
test_record_slice
(self)
tests/test_record.py:104
Method
test_record_subclass_01
(self)
tests/test_record.py:355
Method
test_record_subclass_02
(self)
tests/test_record.py:380
Method
test_record_subclass_03
(self)
tests/test_record.py:427
Method
test_record_subclass_04
(self)
tests/test_record.py:474
Method
test_record_subclass_05
(self)
tests/test_record.py:520
Method
test_record_subclass_06
(self)
tests/test_record.py:537
← previous
next →
701–800 of 868, ranked by callers