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

Method __init__

tests/test_transaction.py:35–39  ·  view source on GitHub ↗
(self, db, replacement, read_only)

Source from the content-addressed store, hash-verified

33
34class Transaction(dns.transaction.Transaction):
35 def __init__(self, db, replacement, read_only):
36 super().__init__(db, replacement, read_only)
37 self.rdatasets = {}
38 if not replacement:
39 self.rdatasets.update(db.rdatasets)
40
41 @property
42 def db(self):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
updateMethod · 0.45

Tested by

no test coverage detected