Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_functools.py2494 def cls_func(cls, arg: int) -> str: member in TestSingleDispatch.test_method_wrapping_attributes.A
2506 A.cls_func,
2507 A().cls_func,
2517 self.assertEqual(A.cls_func.__name__, 'cls_func')
2518 self.assertEqual(A().cls_func.__name__, 'cls_func')