Files
codeql/python/ql/test/query-tests/Security/lib/django/conf/urls.py
Rasmus Wriedt Larsen fb864b7262 Python: Consolidate tests for django
The tests in 3/ was not Python 3 specific anymore
2019-10-29 13:58:07 +01:00

7 lines
158 B
Python

# https://docs.djangoproject.com/en/1.11/_modules/django/conf/urls/#url
def url(regex, view, kwargs=None, name=None):
pass
def patterns(*urls):
pass