MCPcopy Index your code
hub / github.com/python/mypy / describe_runtime_callable

Function describe_runtime_callable

mypy/stubtest.py:1969–1970  ·  view source on GitHub ↗
(signature: inspect.Signature, *, is_async: bool)

Source from the content-addressed store, hash-verified

1967
1968
1969def describe_runtime_callable(signature: inspect.Signature, *, is_async: bool) -> str:
1970 return f'{"async " if is_async else ""}def {signature}'
1971
1972
1973class _TypeCheckOnlyBaseMapper(mypy.types.TypeTranslator):

Callers 2

__init__Method · 0.85
verify_funcitemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…