Commit b411ca3b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c462756b
...@@ -171,7 +171,7 @@ class DFile: ...@@ -171,7 +171,7 @@ class DFile:
# The database can be mutated (via !wcfs codepath) with .change + .commit . # The database can be mutated (via !wcfs codepath) with .change + .commit .
# Current database head is represented by .head . # Current database head is represented by .head .
# The history of the changes is kept in .dFtail . # 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. # tDB must be explicitly closed once no longer used.
# #
...@@ -329,7 +329,7 @@ class tDB: ...@@ -329,7 +329,7 @@ class tDB:
return open(path, mode, 0) # unbuffered 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 # ._blk() provides access to data of a block. .cached() gives state of which
# blocks are in OS pagecache. .assertCache and .assertBlk/.assertData assert # 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