DEBSOURCES
Skip Quicknav
sources / python-django / 3%3A6.0~alpha1-1 / tests / check_framework / urls / path_compatibility / matched_angle_brackets.py
12345
from django.urls import path urlpatterns = [ path("<int:angle_bracket>", lambda x: x), ]