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

Method __len__

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

Source from the content-addressed store, hash-verified

2508 self._entries = collections.OrderedDict()
2509
2510 def __len__(self):
2511 return len(self._entries)
2512
2513 def get_max_size(self):
2514 return self._max_size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected