diff options
| author | Bob Halley <halley@dnspython.org> | 2020-07-02 19:06:49 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-07-02 19:32:38 -0700 |
| commit | 1cc775a28a3f698b8f6d4b62de6281df69bde964 (patch) | |
| tree | a2d9f74dc14002f1fa2f6607db9b52657a52b1b6 /doc | |
| parent | f089bf648c0b58981aa9eb9a57f207600b5d632a (diff) | |
| download | dnspython-1cc775a28a3f698b8f6d4b62de6281df69bde964.tar.gz | |
Document some parser_from_wire() methods.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/message-edns.rst | 1 | ||||
| -rw-r--r-- | doc/name-make.rst | 1 | ||||
| -rw-r--r-- | doc/rdata-make.rst | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/message-edns.rst b/doc/message-edns.rst index ce4f2f8..7317a02 100644 --- a/doc/message-edns.rst +++ b/doc/message-edns.rst @@ -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 diff --git a/doc/name-make.rst b/doc/name-make.rst index 1c23d8d..866b194 100644 --- a/doc/name-make.rst +++ b/doc/name-make.rst @@ -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 diff --git a/doc/rdata-make.rst b/doc/rdata-make.rst index eb31db0..f7bf47f 100644 --- a/doc/rdata-make.rst +++ b/doc/rdata-make.rst @@ -4,4 +4,5 @@ Making DNS Rdata ---------------- .. autofunction:: dns.rdata.from_text +.. autofunction:: dns.rdata.from_wire_parser .. autofunction:: dns.rdata.from_wire |
