34
34
lock_read, lock_write, unlock, then the InterObject's lock_read,
35
35
lock_write and unlock methods may be used (optionally in conjunction with
36
36
the needs_read_lock and needs_write_lock decorators.)
46
42
def __init__(self, source, target):
47
43
"""Construct a default InterObject instance. Please use 'get'.