MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _PoolClosedError

Class _PoolClosedError

pymongo/asynchronous/pool.py:656–659  ·  view source on GitHub ↗

Internal error raised when a thread tries to get a connection from a closed pool.

Source from the content-addressed store, hash-verified

654
655
656class _PoolClosedError(PyMongoError):
657 """Internal error raised when a thread tries to get a connection from a
658 closed pool.
659 """
660
661
662class _PoolGeneration:

Callers 1

_get_connMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected