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

Method _deepcopy

pymongo/synchronous/cursor.py:894–895  ·  view source on GitHub ↗
(self, x: Iterable, memo: Optional[dict[int, Union[list, dict]]] = None)

Source from the content-addressed store, hash-verified

892
893 @overload
894 def _deepcopy(self, x: Iterable, memo: Optional[dict[int, Union[list, dict]]] = None) -> list: # type: ignore[type-arg]
895 ...
896
897 @overload
898 def _deepcopy(

Callers 1

_cloneMethod · 0.95

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected