29
29
operations with another of similar type - they will always forward to
30
30
a subclass of InterObject - i.e.
31
31
InterVersionedFile.get(other).method_name(parameters).
34
lock_read, lock_write, unlock, then the InterObject's lock_read,
46
37
def __init__(self, source, target):
47
38
"""Construct a default InterObject instance. Please use 'get'.