Your IP : 216.73.216.213
B
;��]; � @ s� d dl mZmZ d dlmZ d dlmZ d dlmZm Z d dlm
Z
G dd� de�Zej
Zedd � �Zee�G d
d� de��ZdS )
� )�division�absolute_import)�implementer)�IRenderable)�MissingRenderMethod�UnexposedMethodError)�MissingTemplateLoaderc @ s@ e Zd ZdZddd�Zdd� Ze� Zefdd�Ze d d
� �Z
dS )�Exposea�
Helper for exposing methods for various uses using a simple decorator-style
callable.
Instances of this class can be called with one or more functions as
positional arguments. The names of these functions will be added to a list
on the class object of which they are methods.
@ivar attributeName: The attribute with which exposed methods will be
tracked.
Nc C s
|| _ d S )N)�doc)�selfr
� r �G/opt/alt/python37/lib64/python3.7/site-packages/twisted/web/_element.py�__init__ s zExpose.__init__c G s<