Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
15
test_explicit_rollback_and_commit
Function · 0.45
test_zone_changed
Function · 0.45
test_replacement_commit
Function · 0.45
test_vzone_read_only
Function · 0.45
test_vzone_multiple_versions
Function · 0.45
test_vzone_open_txn_pins_versions
Function · 0.45
test_vzone_concurrency
Function · 0.45
testCannotSpecifyBothSerialAndVersionIdToReader
Method · 0.45
testUnknownVersion
Method · 0.45
testUnknownSerial
Method · 0.45
testNoRelativizeReader
Method · 0.45
testNoRelativizeReaderOriginInText
Method · 0.45
Calls
1
Transaction
Class · 0.70
Tested by
no test coverage detected