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
2025-12-17 09:13:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
codeql-cli-2.23.1
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
Permalink
Blame
History
def
foo
(
a
,
b
,
c
)
:
del
a
.
x
del
a
,
b
del
c
Reference in New Issue
View Git Blame
Copy Permalink