MCPcopy Create free account
hub / github.com/ipython/traitlets / __deepcopy__

Method __deepcopy__

traitlets/utils/sentinel.py:23–24  ·  view source on GitHub ↗
(self, memo: t.Any)

Source from the content-addressed store, hash-verified

21 return self
22
23 def __deepcopy__(self, memo: t.Any) -> Sentinel:
24 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected