mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Add missing test stub.
This commit is contained in:
15
python/ql/test/query-tests/Security/lib/jinja2.py
Normal file
15
python/ql/test/query-tests/Security/lib/jinja2.py
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
class Environment(object):
|
||||
|
||||
def __init__(self, loader, autoescape):
|
||||
pass
|
||||
|
||||
def select_autoescape(files=[]):
|
||||
def autoescape(template_name):
|
||||
pass
|
||||
return autoescape
|
||||
|
||||
class FileSystemLoader(object):
|
||||
|
||||
def __init__(self, searchpath):
|
||||
pass
|
||||
Reference in New Issue
Block a user