Commit b411ca3b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c462756b
......@@ -165,13 +165,13 @@ class DFile:
# Database root and wcfs connection are represented by .root and .wc correspondingly.
#
# The primary way to access wcfs is by opening BigFiles and Watches.
# A BigFile opened under tDB is represented as tFile - see .open for details.
# A Watch opened under tDB is represented as tWatchLink - see .openwatch for details.
# A BigFile opened under tDB is represented as tFile - see .open for details.
# A Watch opened under tDB is represented as tWatchLink - see .openwatch for details.
#
# The database can be mutated (via !wcfs codepath) with .change + .commit .
# Current database head is represented by .head .
# The history of the changes is kept in .dFtail .
# There are various helpers to query history (.iter_revv, _blkData, _pinAt, ...)
# There are various helpers to query history (_blkData, _pinAt, .iter_revv, ...)
#
# tDB must be explicitly closed once no longer used.
#
......@@ -329,7 +329,7 @@ class tDB:
return open(path, mode, 0) # unbuffered
# tFile provides testing environment for one bigfile on wcfs.
# tFile provides testing environment for one bigfile opened on wcfs.
#
# ._blk() provides access to data of a block. .cached() gives state of which
# blocks are in OS pagecache. .assertCache and .assertBlk/.assertData assert
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment