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-01-23 03:12:58 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff4c63f6969c2fb8e96f34e45514ba6f4b34ba35
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