Searched refs:cls_func (Results 1 – 1 of 1) sorted by relevance
2494 def cls_func(cls, arg: int) -> str: member in TestSingleDispatch.test_method_wrapping_attributes.A2506 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')