We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bd760 commit 3abe07cCopy full SHA for 3abe07c
tests/failing_tests/undeclared_values.py
@@ -8,7 +8,7 @@
8
@section("tracepoint/syscalls/sys_enter_execve")
9
def sometag(ctx: c_void_p) -> c_int64:
10
print("test")
11
- print(f"{somevalue}")
+ print(f"{somevalue}") #type: ignore
12
return c_int64(1)
13
14
@bpf
0 commit comments