MCPcopy Create free account

hub / github.com/MagicStack/asyncpg / functions

Functions868 in github.com/MagicStack/asyncpg

Method__anext__
(self)
asyncpg/connection.py:1246
Method__anext__
(self)
asyncpg/cursor.py:223
Method__await__
(self)
asyncpg/cursor.py:64
Method__await__
(self)
asyncpg/pool.py:1070
Method__bool__
(self)
asyncpg/types.py:167
Method__call__
(self, record)
tests/test_logging.py:11
Method__del__
(self)
asyncpg/connection.py:123
Method__del__
(self)
asyncpg/prepared_stmt.py:284
Method__del__
(self)
asyncpg/cursor.py:77
Method__del__
(self)
asyncpg/cursor.py:188
Method__enter__
(self)
asyncpg/connection.py:2647
Method__eq__
(self, __value: object)
asyncpg/types.py:63
Method__eq__
(self, other: object)
asyncpg/types.py:170
Method__exit__
(self, t, e, tb)
asyncpg/connection.py:2653
Method__fspath__
(self)
tests/test_copy.py:201
Method__getattr__
(self, attr: str)
asyncpg/pool.py:91
Method__gt__
(self, __other: Self, /)
asyncpg/types.py:69
Method__hash__
(self)
asyncpg/types.py:188
Method__init__
(self, path)
tests/test_copy.py:198
Method__init__
(self)
tests/test_copy.py:469
Method__init__
(self)
tests/test_record.py:539
Method__init__
(self)
tests/test_logging.py:8
Method__init__
(self, protocol, transport, loop, addr, config: connect_utils._ClientConfigu
asyncpg/connection.py:59
Method__init__
(self, cache, query, statement)
asyncpg/connection.py:2473
Method__init__
(self, *, loop, max_size, on_remove, max_lifetime)
asyncpg/connection.py:2485
Method__init__
(self)
asyncpg/connection.py:2644
Method__init__
( self, lower: _RV | None = None, upper: _RV | None = None, *, lower_i
asyncpg/types.py:87
Method__init__
(self, connection, query, state)
asyncpg/prepared_stmt.py:21
Method__init__
(self, *, data_dir_suffix=None, data_dir_prefix=None, data_dir_parent=None,
asyncpg/cluster.py:624
Method__init__
(self, *, master, replication_user, data_dir_suffix=None, data_dir_prefix=No
asyncpg/cluster.py:634
Method__init__
(self, **kwargs)
asyncpg/cluster.py:700
Method__init__
(self, connection, isolation, readonly, deferrable)
asyncpg/transaction.py:47
Method__init__
( self, connection, query, state, args, prefetch, time
asyncpg/cursor.py:30
Method__init__
( self, connection, query, state, args, record_class,
asyncpg/cursor.py:198
Method__init__
( self, loop: asyncio.AbstractEventLoop, host: str, port: int, ssl_con
asyncpg/connect_utils.py:912
Method__init__
(self)
asyncpg/connect_utils.py:1260
Method__init__
( self, holder: PoolConnectionHolder, con: connection.Connection )
asyncpg/pool.py:84
Method__init__
( self, pool: "Pool", *, max_queries: float, setup: Optional[Callable[
asyncpg/pool.py:120
Method__init__
(self, *connect_args, min_size, max_size, max_queries,
asyncpg/pool.py:348
Method__init__
(self, pool: Pool, timeout: Optional[float])
asyncpg/pool.py:1047
Method__init__
(self, connection)
asyncpg/connresource.py:28
Method__init__
(self, *, detail=None, hint=None)
asyncpg/exceptions/_base.py:194
Method__init__
(self, msg, *, detail=None, hint=None)
asyncpg/exceptions/_base.py:244
Method__init__
(self, msg, *, schema=None, data_type=None, position=None)
asyncpg/exceptions/_base.py:264
Method__init__
(self, *, listening_addr: str='127.0.0.1', listening_port: typing.Optional[int]=None,
asyncpg/_testbase/fuzzer.py:21
Method__init__
(self, client_sock, backend_sock, proxy)
asyncpg/_testbase/fuzzer.py:154
Method__instancecheck__
(cls, instance)
asyncpg/connection.py:38
Method__iter__
(self)
tests/test_codecs.py:845
Method__len__
(self)
tests/test_codecs.py:848
Method__len__
(self)
asyncpg/connection.py:2510
Method__lt__
(self, __other: Self, /)
asyncpg/types.py:66
Method__new__
(cls)
tests/test_record.py:543
Method__new__
( mcls, name: str, bases: tuple[Type[Any], ...], dct: dict[str, Any],
asyncpg/pool.py:30
Method__new__
(mcls, name, bases, dct)
asyncpg/exceptions/_base.py:50
Method__new__
(mcls, name, bases, ns)
asyncpg/_testbase/__init__.py:77
Method__repr__
(self)
tests/test_record.py:136
Method__repr__
(self)
asyncpg/types.py:197
Method__repr__
(self)
asyncpg/transaction.py:229
Method__repr__
(self)
asyncpg/cursor.py:172
Method__repr__
(self)
asyncpg/pool.py:103
Method__setattr__
(self, name, val)
asyncpg/exceptions/_base.py:277
Method__str__
(self)
tests/test_record.py:133
Method__str__
(self)
asyncpg/exceptions/_base.py:168
Method__str__
(self)
asyncpg/exceptions/_base.py:198
Method__str__
(self)
asyncpg/exceptions/_base.py:274
Function_accept_any
(_)
asyncpg/connect_utils.py:1186
Method_acquire_impl
()
asyncpg/pool.py:878
Method_add_hba_entry
(self)
tests/test_connect.py:1853
Method_add_hba_entry
(self)
tests/test_connect.py:2059
Method_add_hba_entry
(self)
tests/test_connect.py:2152
Function_cancel
(*, loop, addr, params: _ConnectionParameters, backend_pid, backend_secret)
asyncpg/connect_utils.py:1255
Method_cancel
(self, waiter)
tests/test_pool.py:39
Function_check
(self, *args, **kwargs)
asyncpg/connresource.py:18
Function_connect
(*, loop, connection_class, record_class, **kwargs)
asyncpg/connect_utils.py:1205
Method_deactivate_inactive_connection
(self)
asyncpg/pool.py:290
Method_decoder
(value)
tests/test_codecs.py:1425
Method_decoder
(value)
tests/test_copy.py:712
Method_encoder
(value)
tests/test_codecs.py:1422
Method_encoder
(value)
tests/test_copy.py:709
Method_get_statement
(self, query, timeout, **kwargs)
tests/test_timeout.py:141
Method_init_env
(self)
asyncpg/cluster.py:646
Method_introspect_types
(self, *args, **kwargs)
tests/test_introspection.py:22
Function_mogrify
Safely inline arguments to query text.
asyncpg/utils.py:19
Method_on_entry_expired
(self, entry)
asyncpg/connection.py:2599
Method_process_log_message
(self, fields, last_query)
asyncpg/connection.py:1684
Method_process_notification
(self, pid, channel, payload)
asyncpg/connection.py:1710
Function_quote_literal
(string)
asyncpg/utils.py:15
Function_release_waiter
(waiter: asyncio.Future[typing.Any], *args: object)
asyncpg/_asyncio_compat.py:92
Method_restore_connectivity
(self)
asyncpg/_testbase/fuzzer.py:136
Function_shutdown_cluster
(cluster)
asyncpg/_testbase/__init__.py:262
Method_start_thread
(self, started_event)
asyncpg/_testbase/fuzzer.py:72
Method_stop
(self)
asyncpg/_testbase/fuzzer.py:69
Method_trigger_connectivity_loss
(self)
asyncpg/_testbase/fuzzer.py:129
Method_warn_on_long_close
(self)
asyncpg/pool.py:984
Function_weak_maybe_gc_stmt
(weak_ref, stmt)
asyncpg/connection.py:2767
Method_writer
(data)
asyncpg/connection.py:1200
Methodacquire
(self)
asyncpg/pool.py:158
Methodadd_hba_entry
(self, *, type='host', database, user, address=None, auth_method, auth_options=None)
asyncpg/cluster.py:727
Methodasync_close_cb
(con)
tests/test_listeners.py:329
Methodasync_listener3
(*args)
tests/test_listeners.py:33
← previousnext →301–400 of 868, ranked by callers