Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py2529 def test_cannot_subclass_var_itself(self): member in TypeVarTupleTests
/aosp_15_r20/external/python/typing_extensions/src/
Dtest_typing_extensions.py5531 def test_cannot_subclass_var_itself(self): member in TypeVarTupleTests
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_typing.py457 def test_cannot_subclass_var_itself(self): member in TypeVarTests