mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
@@ -0,0 +1 @@
|
||||
quux = 4
|
||||
@@ -0,0 +1,4 @@
|
||||
import baz
|
||||
import re
|
||||
bar = 5 + baz.quux
|
||||
re.compile("hello")
|
||||
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
import os
|
||||
print(os.path)
|
||||
print(sys.path)
|
||||
import foo
|
||||
print(foo.bar)
|
||||
Reference in New Issue
Block a user