Source code for weaviate.debug.async_

from weaviate.connect import executor
from weaviate.connect.v4 import ConnectionAsync
from weaviate.debug.executor import _DebugExecutor


[docs] @executor.wrap("async") class _DebugAsync(_DebugExecutor[ConnectionAsync]): pass