Skip to content

Commit 5545a9c

Browse files
author
stroeder
committed
added missing class name prefix
1 parent 1ca1ab8 commit 5545a9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/ldap.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. % $Id: ldap.rst,v 1.38 2017/08/16 12:03:33 stroeder Exp $
1+
.. % $Id: ldap.rst,v 1.39 2017/08/16 12:17:18 stroeder Exp $
22
33
********************************************
44
:py:mod:`ldap` LDAP library interface module
@@ -740,9 +740,9 @@ and wait for and return with the server's result, or with
740740
*serverctrls* and *clientctrls* like described above.
741741

742742

743-
.. py:method:: extop(extreq[,serverctrls=None[,clientctrls=None]]]) -> int
743+
.. py:method:: LDAPObject.extop(extreq[,serverctrls=None[,clientctrls=None]]]) -> int
744744
745-
.. py:method:: extop_s(extreq[,serverctrls=None[,clientctrls=None[,extop_resp_class=None]]]]) -> (respoid,respvalue)
745+
.. py:method:: LDAPObject.extop_s(extreq[,serverctrls=None[,clientctrls=None[,extop_resp_class=None]]]]) -> (respoid,respvalue)
746746
747747
Performs an LDAP extended operation. The asynchronous
748748
form returns the message id of the initiated request, and the
@@ -755,7 +755,7 @@ and wait for and return with the server's result, or with
755755
:py:class:`ldap.extop.ExtendedResponse` this class is used to return an
756756
object of this class instead of a raw BER value in respvalue.
757757

758-
.. py:method:: extop_result(self,msgid=ldap.RES_ANY,all=1,timeout=None) -> (respoid,respvalue)
758+
.. py:method:: LDAPObject.extop_result(self,msgid=ldap.RES_ANY,all=1,timeout=None) -> (respoid,respvalue)
759759
760760
Wrapper method around :py:meth:`result4()` just for retrieving
761761
the result of an extended operation sent before.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy