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

Method question

dnslib/dns.py:119–138  ·  view source on GitHub ↗

Shortcut to create question >>> q = DNSRecord.question("www.google.com") >>> print(q) ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: ... ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION:

(cls,qname,qtype="A",qclass="IN")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

queryMethod · 0.80
new_testFunction · 0.80

Calls 2

DNSRecordClass · 0.85
DNSQuestionClass · 0.85

Tested by 1

new_testFunction · 0.64