Commit 18ad4bdd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 43ebcfea
......@@ -67,7 +67,6 @@ from .internal._wcfs import \
from six import reraise
"""
# WCFS represents filesystem-level connection to wcfs server.
#
# Use join to create it.
......@@ -88,6 +87,7 @@ class WCFS(_WCFS):
# ._proc wcfs process if it was opened by this WCFS | None
pass
"""
# Conn represents logical connection that provides view of data on wcfs
# filesystem as of particular database state.
#
......@@ -456,6 +456,7 @@ def _open(wc, obj, mode='rb', at=None):
path = '%s/@%s/bigfile/%s' % (self.mountpoint, h(zat), h(zfile._p_oid))
fd = os.open(path, os.O_RDONLY)
return FileH(fd)
"""
"""
# FileH is handle to opened bigfile/X.
......
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