mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
7 lines
158 B
Python
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
|