Searched refs:cls_context_manager (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_functools.py | 2631 def cls_context_manager(cls, arg: int) -> str: member in TestSingleDispatch.test_double_wrapped_methods.WithoutSingleDispatch 2646 def cls_context_manager(cls, arg: int) -> str: member in TestSingleDispatch.test_double_wrapped_methods.WithSingleDispatch 2662 with WithoutSingleDispatch.cls_context_manager(5) as foo: 2665 with WithSingleDispatch.cls_context_manager(5) as foo: 2679 for method_name in ('cls_context_manager', 'decorated_classmethod'): 2692 WithSingleDispatch.cls_context_manager, 2693 WithSingleDispatch().cls_context_manager, 2702 WithSingleDispatch.cls_context_manager.__name__, 2703 'cls_context_manager' 2706 WithSingleDispatch().cls_context_manager [all...] |
Completed in 5 milliseconds