]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Document some parser_from_wire() methods.
authorBob Halley <halley@dnspython.org>
Fri, 3 Jul 2020 02:06:49 +0000 (19:06 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 3 Jul 2020 02:32:38 +0000 (19:32 -0700)
doc/message-edns.rst
doc/name-make.rst
doc/rdata-make.rst

index ce4f2f814b4de77c94c88c0fc9e4f68382f75b45..7317a02393d27f63a88536de020ff91dc3928f38 100644 (file)
@@ -30,4 +30,5 @@ will create a ``dns.edns.ECSOption`` object to represent it.
    :members:
    
 .. autofunction:: dns.edns.get_option_class
+.. autofunction:: dns.edns.option_from_wire_parser
 .. autofunction:: dns.edns.option_from_wire
index 1c23d8d6a7372762366afc2e423124990cfd3593..866b194e060b54ec0369c5402b7b21f43e2a9009 100644 (file)
@@ -5,4 +5,5 @@ Making DNS Names
 
 .. autofunction:: dns.name.from_text
 .. autofunction:: dns.name.from_unicode
+.. autofunction:: dns.name.from_wire_parser
 .. autofunction:: dns.name.from_wire
index eb31db0862974e6792c087f6935db9caf8219ec4..f7bf47f5efb8aa20c729dba5cd3ae836cf0ad2a2 100644 (file)
@@ -4,4 +4,5 @@ Making DNS Rdata
 ----------------
 
 .. autofunction:: dns.rdata.from_text
+.. autofunction:: dns.rdata.from_wire_parser
 .. autofunction:: dns.rdata.from_wire