MCPcopy Create free account
hub / github.com/avicoder/spoodle / TXT

Class TXT

dnslib/dns.py:1008–1074  ·  view source on GitHub ↗

DNS TXT record. Pass in either a single string, or a tuple/list of strings. >>> TXT('txtvers=1') "txtvers=1" >>> TXT(('txtvers=1',)) "txtvers=1" >>> TXT(['txtvers=1',]) "txtvers=1" >>> TXT(['txtvers=1','swver=2.5']) "txtvers=1

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

resolveMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected