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

Method __str__

traitlets/traitlets.py:237–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 return "<SimpleTest(%r)" % self.value
236
237 def __str__(self) -> str:
238 return self.__repr__()
239
240
241def getmembers(object: t.Any, predicate: t.Any = None) -> list[tuple[str, t.Any]]:

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.95

Tested by

no test coverage detected