65
65
class LockableFiles(object):
66
66
"""Object representing a set of related files locked within the same scope.
74
70
LockableFiles manage a lock count and can be locked repeatedly by
75
71
a single caller. (The underlying lock implementation generally does not