Codebase list dnspython / fresh-snapshots/main doc / async-resolver-class.rst
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

async-resolver-class.rst @fresh-snapshots/mainraw · history · blame

.. _async-resolver-class:

The dns.asyncresolver.Resolver Class
------------------------------------

The async resolver is a subclass of ``dns.resolver.Resolver`` and has the
same attributes.  The methods are similar, but I/O methods like ``resolve()``
are asynchronous.

.. autoclass:: dns.asyncresolver.Resolver
   :members: