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

Method __repr__

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

Source from the content-addressed store, hash-verified

15 self.__doc__ = docstring
16
17 def __repr__(self) -> str:
18 return str(self.module) + "." + self.name
19
20 def __copy__(self) -> Sentinel:
21 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected