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

Method namespace

pymongo/message.py:1786–1787  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1784 self._as_command = None
1785
1786 def namespace(self) -> str:
1787 return f"{self.db}.{self.coll}"
1788
1789 def use_command(self, conn: _AgnosticConnection) -> bool:
1790 use_cmd = False

Callers 1

get_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected