- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ClassInstanceAsyncWrappedAsyncDep (0.18 sec)
-
tests/test_dependency_wrapped.py
return True class_instance_async_wrapped_dep = ClassInstanceAsyncWrappedDep() class ClassInstanceAsyncWrappedAsyncDep: @noop_wrap_async async def __call__(self): return True class_instance_async_wrapped_async_dep = ClassInstanceAsyncWrappedAsyncDep() class ClassInstanceAsyncWrappedGenDep: @noop_wrap async def __call__(self): yield True
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 11.2K bytes - Viewed (0)