Understanding coroutine and iscoroutinefunction in inspect python
Given a class which has synchronous methods but call asynchronous methods inside another class. When I am trying to call a synchronous method in a sync class, I am still getting coroutine was never awaited. Following is an example script