Home
last modified time | relevance | path

Searched refs:WithoutSingleDispatch (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_functools.py2531 class WithoutSingleDispatch: class
2565 with WithoutSingleDispatch.cls_context_manager(5) as foo:
2575 WithoutSingleDispatch.decorated_classmethod(5),
2586 getattr(WithoutSingleDispatch, method_name).__name__
2591 getattr(WithoutSingleDispatch(), method_name).__name__