Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
def
_format_args(func: Callable[..., Any]) -> str:
60
return
str(signature(func))
61
62
63
def
is_generator(func: object) -> bool:
Callers
2
_factorytraceback
Method · 0.90
test_format_args
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_format_args
Method · 0.72