Path 1: 1 calls (1.0)

'/' (1)

{} (1)

Scaffold.route..decorator def (1)

1@setupmethod
2    def patch(self, rule: str, **options: t.Any) -> t.Callable[[T_route], T_route]:
3        """Shortcut for :meth:`route` with ``methods=["PATCH"]``.
4
5        .. versionadded:: 2.0
6        """
7        return self._method_route("PATCH", rule, options)