File: //usr/lib/python3/dist-packages/zope/component/__pycache__/hookable.cpython-38.pyc
U
,�W$ � @ s d Z G dd� de�ZdS )zG This module supplies a pure-Python version of zope.hookable.hookable.
c @ sH e Zd ZdZedd� �Zedd� �Zdd� Zdd� Zd d
� Z dd� Z
d
S )�hookable)Z
__originalZ__implementationc C s | j S �N)�_hookable__original��self� r �9/usr/lib/python3/dist-packages/zope/component/hookable.py�<lambda> � zhookable.<lambda>c C s | j S r ��_hookable__implementationr r r r r r c C s | | _ | _d S r �r r )r �implementationr r r �__init__ s zhookable.__init__c C s | j | }| _ |S r r
)r Znewimplementation�oldr r r �sethook s zhookable.sethookc C s | j | _d S r r r r r r �reset s zhookable.resetc O s | j ||�S r r
)r �args�kwr r r �__call__ s zhookable.__call__N)�__name__�
__module__�__qualname__� __slots__�propertyZoriginalr
r r r r r r r r r s r N)�__doc__�objectr r r r r �<module> s