MCPcopy Index your code
hub / github.com/python/cpython / StraceEvent

Class StraceEvent

Lib/test/support/strace_helper.py:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass
19class StraceEvent:
20 syscall: str
21 args: list[str]
22 returncode: str
23
24
25@dataclass

Callers 1

eventsMethod · 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…