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

Method _deepcopy

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

Source from the content-addressed store, hash-verified

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

Callers 1

_cloneMethod · 0.95

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected