79098705

Date: 2024-10-17 15:08:43
Score: 1.5
Natty:
Report link

try

from asyncio import Future
future = Future()
future.set_result(some_result) 
api_helper_instance.get_function_by_topic_by_method.return_value = future
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Виталий Мазурчик