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

Method __repr__

traitlets/config/loader.py:461–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 return src
460
461 def __repr__(self) -> str:
462 return f"{self.__class__.__name__}({self._super_repr()})"
463
464
465# -----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

_super_reprMethod · 0.80

Tested by

no test coverage detected