__call__()
If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)
. If self is dead then return None
.
__call__()
If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)
. If self is dead then return None
.
Please login to continue.