mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
2
python/extractor/tests/parser/class.py
Normal file
2
python/extractor/tests/parser/class.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Foo(int, object, metaclass=type):
|
||||
x = 5
|
||||
Reference in New Issue
Block a user