940
940
def passthrough(self, result_callback=None):
941
941
"""Make the last recorded event run on the real object once seen.
946
943
This can only be used on proxies, as returned by the L{proxy()}
947
944
and L{replace()} methods, or on mocks representing patched objects,
948
945
as returned by the L{patch()} method.
951
951
if event.path.root_object is None: