MCPcopy Create free account
hub / github.com/rthalley/dnspython / reader

Method reader

tests/test_transaction.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 self.rdatasets = {}
20
21 def reader(self):
22 return Transaction(self, False, True)
23
24 def writer(self, replacement=False):
25 return Transaction(self, replacement, False)

Calls 1

TransactionClass · 0.70

Tested by

no test coverage detected