biggr_models.routes
===================

.. py:module:: biggr_models.routes


Functions
---------

.. autoapisummary::

   biggr_models.routes.url
   biggr_models.routes.get_routes


Module Contents
---------------

.. py:function:: url(pattern: str, handler: Type[tornado.web.RequestHandler], kwargs: Optional[Dict[str, Any]] = None, name: Optional[str] = None) -> tornado.routing.URLSpec

   Helper function to create a tornado.routing.URLSpec.

   Using this function will cause the name argument to also be inserted
   as a URLSpec keyword argument. Usefull if the handler is (derived from)
   the DataHandler class.


.. py:function:: get_routes()

