in doubles/verification.py [0:0]
def _raise_doubles_error_from_index_error(method_name):
# Work Around for http://bugs.python.org/issue20817
raise VerifyingDoubleArgumentError(
"{method}() missing 3 or more arguments.".format(method=method_name)
)