mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
I changed the django mock to support both 1.x and 2.x routing APIs, which is not really a nice long term solution.
8 lines
159 B
Python
8 lines
159 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
|