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

Method __str__

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

Source from the content-addressed store, hash-verified

2765 return type(self)(name, kind, default=default, annotation=annotation)
2766
2767 def __str__(self):
2768 return self._format()
2769
2770 def _format(self, *, quote_annotation_strings=True):
2771 kind = self.kind

Callers

nothing calls this directly

Calls 1

_formatMethod · 0.95

Tested by

no test coverage detected