- If is_async is False: - Synchronous methods are left alone - Asynchronous methods are wrapped with async_to_sync - If is_async is True: - Synchronous methods are wrapped with sync_to_async() - Asynchronous methods are left alone
This method is overriden in:
Must be called after the environment is fixed (see __call__ in subclasses).
Generated by nedoc v0.9 at 2020-12-29 14:04