Codebase list dnspython / adad6bdd-84cf-40da-aa2a-9d80bc620875/main tests / stxt_module.py
adad6bdd-84cf-40da-aa2a-9d80bc620875/main

Tree @adad6bdd-84cf-40da-aa2a-9d80bc620875/main (Download .tar.gz)

stxt_module.py @adad6bdd-84cf-40da-aa2a-9d80bc620875/mainraw · history · blame

1
2
3
4
import dns.rdtypes.txtbase

class STXT(dns.rdtypes.txtbase.TXTBase):
    """Test singleton TXT-like record"""