Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ signature
Method
signature
Lib/inspect.py:2843–2844 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2841
2842
@property
2843
def
signature(self):
2844
return
self._signature
2845
2846
@property
2847
def
args(self):
Callers
4
_callable_postfix
Method · 0.45
_getargspec
Function · 0.45
getmethparlist
Function · 0.45
_process_class
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected