This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-05-06 22:25:19 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7a6eabc8a3ec0d1450c7e94658700b9f00d79bba
codeql
/
python
/
ql
/
test
/
library-tests
/
ControlFlow
/
delete
/
test.py
Mark Shannon
05b69a1c0f
QL tests for Python queries and libraries.
2018-11-19 15:15:54 +00:00
5 lines
53 B
Python
Raw
Blame
History
def
foo
(
a
,
b
,
c
)
:
del
a
.
x
del
a
,
b
del
c
Reference in New Issue
View Git Blame
Copy Permalink