Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ __repr__
Method
__repr__
pymongo/operations.py:849–853 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
847
return
self.__document
848
849
def
__repr__(self) -> str:
850
return
"{}({})"
.format(
851
self.__class__.__name__,
852
", "
.join([f
"{key}={value!r}"
for
key, value in self.document.items()]),
853
)
Callers
nothing calls this directly
Calls
2
items
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected