Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1764 class SupportsIndex(Protocol): class
/external/python/cpython3/Lib/test/
Dtest_typing.py1397 self.assertIsSubclass(int, typing.SupportsIndex)
1398 self.assertNotIsSubclass(str, typing.SupportsIndex)
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst801 Add SupportsIndex protocol to the typing module to allow type checking to
/external/python/cpython3/Doc/library/
Dtyping.rst1541 .. class:: SupportsIndex
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1339 * New protocol class :class:`typing.SupportsIndex`.