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

Class _PoolClosedError

pymongo/synchronous/pool.py:654–657  ·  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

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

Callers 1

_get_connMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected