Home
last modified time | relevance | path

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

/third_party/mindspore/tests/syntax/simple_expression/
Dtest_parse_exception.py32 class TestSuper(nn.Cell): class
38 super(TestSuper, 2, 3).aa()
44 net = TestSuper()
/third_party/python/Lib/test/
Dtest_super.py43 class TestSuper(unittest.TestCase): class
48 __class__ = TestSuper