Ñò
/èêJc @ s9 d Z d d k Z d d k l Z d d d „ ƒ YZ d S( sÏ
ldap.resiter - processing LDAP results with iterators
See http://www.python-ldap.org/ for details.
\$Id: resiter.py,v 1.4 2009/07/26 11:09:58 stroeder Exp $
Python compability note:
Requires Python 2.3+
iÿÿÿÿN( t __version__t ResultProcessorc B s e Z d Z d d „ Z RS( sR
Mix-in class for ldap.ldapopbject.LDAPObject which adds method allresults().
iÿÿÿÿc c s~ | i | d | ƒ \ } } } } xV | oN | oG x | D] } | | | | f Vq9 W| i | d | ƒ \ } } } } q$ Wd S( sx
Generator function which returns an iterator for processing all LDAP operation
results of the given msgid.
i N( t result3( t selft msgidt timeoutt result_typet result_listt result_msgidt result_serverctrlst result_item( ( s2 /usr/lib64/python2.6/site-packages/ldap/resiter.pyt
allresults s ! &( t __name__t
__module__t __doc__R ( ( ( s2 /usr/lib64/python2.6/site-packages/ldap/resiter.pyR s ( ( R t ldapR R ( ( ( s2 /usr/lib64/python2.6/site-packages/ldap/resiter.pyt