MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / get_server_settings

Method get_server_settings

tests/test_introspection.py:47–50  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

45
46 @classmethod
47 def get_server_settings(cls):
48 settings = super().get_server_settings()
49 settings.pop('jit', None)
50 return settings
51
52 def setUp(self):
53 super().setUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected