| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/ldap/ |
Upload File : |
Ñò GD Hc @ sÏ d Z d Z d d k l Z d d k l Z d e f d „ ƒ YZ d „ Z d „ Z d „ Z e og e d j oZ h d d 6Z e e ƒ Z d e d <e i ƒ Z e i ƒ e i ƒ Z e i ƒ e d =n d S( sç This is a convenience wrapper for dictionaries returned from LDAP servers containing attribute names of variable case. See http://python-ldap.sourceforge.net for details. $Id: cidict.py,v 1.12 2008/04/19 17:55:21 stroeder Exp $ s $Revision: 1.12 $iÿÿÿÿ( t UserDict( t lowert cidictc B sn e Z d Z d d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d d „ Z d „ Z d „ Z RS( s6 Case-insensitive but case-respecting dictionary. c C s1 h | _ t i | h ƒ | i | p h ƒ d S( N( t _keysR t __init__t update( t selft default( ( s/ /usr/lib/python2.6/site-packages/ldap/cidict.pyR s c C s | i t | ƒ S( N( t dataR ( R t key( ( s/ /usr/lib/python2.6/site-packages/ldap/cidict.pyt __getitem__ s c C s* t | ƒ } | | i | <| | i | <d S( N( R R R ( R R t valuet lower_key( ( s/ /usr/lib/python2.6/site-packages/ldap/cidict.pyt __setitem__ s c C s$ t | ƒ } | i | =| i | =d S( N( R R R ( R R R ( ( s/ /usr/lib/python2.6/site-packages/ldap/cidict.pyt __delitem__"