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

Method signature

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

Source from the content-addressed store, hash-verified

2834
2835 @property
2836 def signature(self):
2837 return self._signature
2838
2839 @property
2840 def args(self):

Callers 4

_callable_postfixMethod · 0.45
_getargspecFunction · 0.45
_process_classFunction · 0.45
extra_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected