Datasets:
File size: 199 Bytes
907001b | 1 2 3 4 5 | def when2(fn, *args, **kwargs):
"""pass"""
obj, name = get_obj_attr_tuple(fn)
theMock = _get_mock(obj, strict=True)
return invocation.StubbedInvocation(theMock, name)(*args, **kwargs) |