MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / get_settings

Method get_settings

asyncpg/connection.py:272–277  ·  view source on GitHub ↗

Return connection settings. :return: :class:`~asyncpg.ConnectionSettings`.

(self)

Source from the content-addressed store, hash-verified

270 return self._server_version
271
272 def get_settings(self):
273 """Return connection settings.
274
275 :return: :class:`~asyncpg.ConnectionSettings`.
276 """
277 return self._protocol.get_settings()
278
279 def transaction(self, *, isolation=None, readonly=False,
280 deferrable=False):

Callers 10

test_get_settings_01Method · 0.80
__init__Method · 0.80
_get_statementMethod · 0.80
set_type_codecMethod · 0.80
reset_type_codecMethod · 0.80
can_be_usedFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_get_settings_01Method · 0.64