a
    DøgB  ã                   @   s   G d d„ dƒZ dS )c                   @   s"   e Zd ZdZddd„Zdd„ ZdS )ÚRouteResulta5  
    An object to be returned from Page.route, which encapsulates
    all the information necessary to serve an HTTP response. Analogous to
    django.urls.resolvers.ResolverMatch, except that it identifies
    a Page instance that we will call serve(*args, **kwargs) on, rather
    than a view function.
    Nc                 C   s   || _ |pg | _|pi | _d S ©N©ÚpageÚargsÚkwargs)Úselfr   r   r   © r   úR/var/www/lab.imftr.de/x/nb_venv/lib/python3.9/site-packages/wagtail/url_routing.pyÚ__init__
   s    
zRouteResult.__init__c                 C   s   | j | j| jf| S r   r   )r   Úindexr   r   r	   Ú__getitem__   s    zRouteResult.__getitem__)NN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   r   r   r   r   r	   r      s   
r   N)r   r   r   r   r	   Ú<module>   ó    