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

Method _super_repr

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

Source from the content-addressed store, hash-verified

383 raise NotImplementedError("Implement in subclasses")
384
385 def _super_repr(self) -> str:
386 # explicitly call super on direct parent
387 return super(self.__class__, self).__repr__()
388
389
390class DeferredConfigString(str, DeferredConfig):

Callers 3

__repr__Method · 0.80
__repr__Method · 0.80
_convert_to_configMethod · 0.80

Calls 1

__repr__Method · 0.45

Tested by

no test coverage detected