We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a5462 commit be6d40dCopy full SHA for be6d40d
1 file changed
docs/builtin_backends.rst
@@ -268,6 +268,10 @@ module for the namespace will have a module-level variable for each route::
268
>>> eval
269
Route('eval', False, ...)
270
271
+Route attributes specified in the spec are available as a dict in the ``attrs``
272
+member variable. Route deprecation is stored in the ``deprecated`` member
273
+variable.
274
+
275
Serialization
276
-------------
277
0 commit comments