D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3
/
root
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
ldap
/
Filename :
async.py
back
Copy
""" ldap.asyncsearch - handle async LDAP search operations See https://www.python-ldap.org/ for details. """ import warnings from ldap.asyncsearch import * from ldap.asyncsearch import __version__ warnings.warn( "'ldap.async module' is deprecated, import 'ldap.asyncsearch' instead.", DeprecationWarning, stacklevel=2 )