Home
last modified time | relevance | path

Searched defs:decorated_classmethod (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_functools.py2542 def decorated_classmethod(cls, arg: int) -> str: member in TestSingleDispatch.test_double_wrapped_methods.WithoutSingleDispatch
2559 def decorated_classmethod(cls, arg: int) -> str: member in TestSingleDispatch.test_double_wrapped_methods.WithSingleDispatch