Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __str__
Method
__str__
Lib/inspect.py:2774–2775 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2772
return
type(self)(name, kind, default=default, annotation=annotation)
2773
2774
def
__str__(self):
2775
return
self._format()
2776
2777
def
_format(self, *, quote_annotation_strings=True):
2778
kind = self.kind
Callers
nothing calls this directly
Calls
1
_format
Method · 0.95
Tested by
no test coverage detected