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.22.4
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
Permalink
Blame
History
def
kwonly
(
p0
,
*
,
kw
=
None
)
:
return
kw
Reference in New Issue
View Git Blame
Copy Permalink