Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_typing.py5210 class ForRefExample: class
5325 expects = {'self': ForRefExample}
5326 self.assertEqual(gth(ForRefExample.func), expects)
5327 self.assertEqual(gth(ForRefExample.nested), expects)