Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_functools.py2591 def cls_func(cls, arg: int) -> str: member in TestSingleDispatch.test_method_wrapping_attributes.A
2603 A.cls_func,
2604 A().cls_func,
2614 self.assertEqual(A.cls_func.__name__, 'cls_func')
2615 self.assertEqual(A().cls_func.__name__, 'cls_func')

Completed in 5 milliseconds