Searched refs:real_method (Results 1 – 3 of 3) sorted by relevance
189 def __init__(self, key, mocked_client, real_method): argument190 self.__name__ = real_method.__name__193 self.__real_method = real_method194 self.method_config = real_method.method_config294 real_method = None296 real_method = getattr(real_service, method)301 real_method))
173 let real_method = file.compression(); in check_archive_file() localVariable176 expected_method, real_method, in check_archive_file()
242 real_method = real244 real_method = getattr(real, method_name)245 result = real_method(*args)