MCPcopy Index your code
hub / github.com/python/cpython / __str__

Method __str__

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

Source from the content-addressed store, hash-verified

3260 return '<{} {}>'.format(self.__class__.__name__, self)
3261
3262 def __str__(self):
3263 return self.format()
3264
3265 def format(self, *, max_width=None, quote_annotation_strings=True):
3266 """Create a string representation of the Signature object.

Callers

nothing calls this directly

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected