MCPcopy Create free account
hub / github.com/pytest-dev/pytest / _format_args

Function _format_args

src/_pytest/compat.py:59–60  ·  view source on GitHub ↗
(func: Callable[..., Any])

Source from the content-addressed store, hash-verified

57
58
59def _format_args(func: Callable[..., Any]) -> str:
60 return str(signature(func))
61
62
63def is_generator(func: object) -> bool:

Callers 2

_factorytracebackMethod · 0.90
test_format_argsMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_format_argsMethod · 0.72