MCPcopy Index your code
hub / github.com/RustPython/RustPython / __str__

Method __str__

Lib/inspect.py:3255–3256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3253 return '<{} {}>'.format(self.__class__.__name__, self)
3254
3255 def __str__(self):
3256 return self.format()
3257
3258 def format(self, *, max_width=None, quote_annotation_strings=True):
3259 """Create a string representation of the Signature object.

Callers

nothing calls this directly

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected