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

Method __copy__

traitlets/utils/sentinel.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 return str(self.module) + "." + self.name
19
20 def __copy__(self) -> Sentinel:
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