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

Method get_max_size

asyncpg/connection.py:2513–2514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2511 return len(self._entries)
2512
2513 def get_max_size(self):
2514 return self._max_size
2515
2516 def set_max_size(self, new_size):
2517 assert new_size >= 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected