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