Files
codeql/python/ql/test/query-tests/Security/lib/pyramid/view.py
Rasmus Wriedt Larsen 2874c54133 Python: Move pyramid tests from internal repo
Use minimal mock instead of full library
2019-10-23 16:28:46 +02:00

8 lines
227 B
Python

# https://docs.pylonsproject.org/projects/pyramid/en/1.10-branch/_modules/pyramid/view.html#view_config
class view_config(object):
def __init__(self, **settings):
pass
def __call__(self, wrapped):
pass