← Back
Editing: filters.cpython-311.pyc
� 8O�^[ � �� � d Z g d�ZddlmZ ddlmZ n# e$ r ddlmZ Y nw xY w G d� de� � Z G d� de� � Z G d � d e� � Z G d� de� � Z e d � � Zd� Zd� ZdS )z�This module contains functions and classes used for extracting endpoint information out of a Yadis XRD file using the ElementTree XML parser. )�BasicServiceEndpoint�mkFilter�IFilter�TransformFilterMaker�CompoundFilter� )� expandService)�Callablec �: � e Zd ZdZd� Zd� Zd� Z ee� � ZdS )r a� Generic endpoint object that contains parsed service information, as well as a reference to the service element from which it was generated. If there is more than one xrd:Type or xrd:URI in the xrd:Service, this object represents just one of those pairs. This object can be used as a filter, because it implements fromBasicServiceEndpoint. The simplest kind of filter you can write implements fromBasicServiceEndpoint, which takes one of these objects. c �>