MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / __del__

Method __del__

pymongo/cursor_shared.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 ...
45
46 def __del__(self) -> None:
47 self._die_no_lock()
48
49 @property
50 def alive(self) -> bool:

Callers

nothing calls this directly

Calls 1

_die_no_lockMethod · 0.95

Tested by

no test coverage detected