We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3f3d2 commit 8e6e0adCopy full SHA for 8e6e0ad
pymongo/asynchronous/mongo_client.py
@@ -758,6 +758,7 @@ def __init__(
758
self._host = host
759
self._port = port
760
self._topology: Topology = None # type: ignore[assignment]
761
+ self._timeout: float | None = None
762
763
# _pool_class, _monitor_class, and _condition_class are for deep
764
# customization of PyMongo, e.g. Motor.
pymongo/synchronous/mongo_client.py
@@ -756,6 +756,7 @@ def __init__(
756
757
0 commit comments