]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add Message.section_count(). (#1024)
authorBrian Wellington <bwelling@xbill.org>
Wed, 20 Dec 2023 22:59:32 +0000 (14:59 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2023 22:59:32 +0000 (14:59 -0800)
commit63aa46c1a69912afb3cf814b6ca5c7c04f5ddf98
tree8fb87e6d5897ef23ac00190c55bd08d8cce4a6ad
parent1fa786055af872560b295e6a568169dca6efeabb
Add Message.section_count(). (#1024)

Adds a method to return a count of the number of records in each
section.
dns/message.py
tests/test_message.py