bb21defad12ee0ab0654d87b0654d484f46050bf,example/urls.py,,,#,5

Before Change


    (r"^jquery/$", TemplateView.as_view(template_name="jquery/index.html")),
    (r"^mootools/$", TemplateView.as_view(template_name="mootools/index.html")),
    (r"^prototype/$", TemplateView.as_view(template_name="prototype/index.html")),
    (r"^admin/", include(admin.site.urls)),
)

After Change


    url(r"^jquery/$", TemplateView.as_view(template_name="jquery/index.html")),
    url(r"^mootools/$", TemplateView.as_view(template_name="mootools/index.html")),
    url(r"^prototype/$", TemplateView.as_view(template_name="prototype/index.html")),
    url(r"^admin/", include(admin.site.urls)),
]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: jazzband/django-debug-toolbar
Commit Name: bb21defad12ee0ab0654d87b0654d484f46050bf
Time: 2015-10-06
Author: aymeric.augustin@m4x.org
File Name: example/urls.py
Class Name:
Method Name:


Project Name: mathics/Mathics
Commit Name: ee1677d1a528ce1633109b59674d08fb1c62eede
Time: 2019-05-15
Author: 16sn6uv@gmail.com
File Name: mathics/urls.py
Class Name:
Method Name:


Project Name: samuelclay/NewsBlur
Commit Name: 6c4f3e5871fe4c525234918c76c6c95a918999c0
Time: 2010-10-19
Author: samuel@ofbrooklyn.com
File Name: apps/profile/urls.py
Class Name:
Method Name: