Ldap / Python help

Michael Ströder michael at stroeder.com
Thu Mar 8 14:36:36 EST 2001


Pablo Pernot wrote:
> 
> Where can I find documentation about ldap/python

BTW: All the methods have __doc__ strings.

> >>> l.modify_s(dn,mylist)

Try:

print l.modify_s.__doc__

Ciao, Michael.



More information about the Python-list mailing list