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

Method _get_namespace

pymongo/cursor_shared.py:42–44  ·  view source on GitHub ↗

Return the full namespace (dbname.collname) for this cursor.

(self)

Source from the content-addressed store, hash-verified

40
41 @abstractmethod
42 def _get_namespace(self) -> str:
43 """Return the full namespace (dbname.collname) for this cursor."""
44 ...
45
46 def __del__(self) -> None:
47 self._die_no_lock()

Callers 1

_prepare_to_dieMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected