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-06-24 14:17:05 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
03187ae8be1475ba476db3aa3a9ce4f5380cd358
codeql
/
python
/
ql
/
test
/
3
/
query-tests
/
Variables
/
undefined
/
UninitializedLocal.py
Mark Shannon
52ddd79cab
Python: Add 2/3 specific query tests.
2019-02-08 15:13:17 +00:00
4 lines
43 B
Python
Raw
Blame
History
def
kwonly
(
p0
,
*
,
kw
=
None
)
:
return
kw
Reference in New Issue
View Git Blame
Copy Permalink