Skip to content

Commit e05831a

Browse files
committed
Add get_events and get_syscalls to __all__
1 parent 89ca9a2 commit e05831a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/support/strace_helper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ def requires_strace():
166166
return unittest.skipUnless(_can_strace(), "Requires working strace")
167167

168168

169-
__all__ = ["requires_strace", "strace_python", "StraceEvent", "StraceResult"]
169+
__all__ = ["get_events", "get_syscalls", "requires_strace", "strace_python",
170+
"StraceEvent", "StraceResult"]

0 commit comments

Comments
 (0)