Skip to content

Commit 920ace7

Browse files
committed
More docs
1 parent e5270de commit 920ace7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/web.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,16 @@ In general the result may be any object derived from
919919
:class:`AbstractMatchInfo` (:class:`UrlMappingMatchInfo` for default
920920
:class:`UrlDispatcher` router).
921921

922+
.. class:: UrlMappingMatchInfo
923+
924+
Inherited from :class:`dict` and :class:`AbstractMatchInfo`. Dict
925+
items are given from :meth:`Route.match` call return value.
926+
927+
.. attribute:: route
928+
929+
:class:`Route` instance for url matching.
930+
931+
922932

923933
Utilities
924934
---------

0 commit comments

Comments
 (0)