Ask a question to get started
Enter to sendā¢Shift+Enter new line
sync_call_fallback( method: Callable, ) -> Callable
Call the synchronous method if the async method is not implemented.
This decorator should only be used for methods that are defined as async in the class.