mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
227 B
Python
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
|