MCPcopy 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_postfixMethod · 0.45
_getargspecFunction · 0.45
getmethparlistFunction · 0.45
_process_classFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected