]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Extend tokenizer (#1226)
authorJakob Schlyter <jakob@kirei.se>
Thu, 18 Sep 2025 21:22:39 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 21:22:39 +0000 (14:22 -0700)
commit1327a624f0a42baeda4834040720d5b97a24db59
tree2f8841298bab069f6aa63ea27e216c1f2b8b9f65
parent6e01a685ed093b5bacd2ef2c63d7e32696452c72
Extend tokenizer (#1226)

* Extend tokenizer with as_int, as_uint8, as_uint16, as_uint32, as_uint48 and as_string

* Add as_identifier()
dns/tokenizer.py