Home
last modified time | relevance | path

Searched refs:SupportsIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dtyping.py16 SupportsFloat, SupportsIndex, SupportsAbs, and others.
95 'SupportsIndex',
2807 class SupportsIndex(Protocol): class
/third_party/python/Lib/test/
H A Dtest_typing.py3299 self.assertIsSubclass(int, typing.SupportsIndex)
3300 self.assertNotIsSubclass(str, typing.SupportsIndex)

Completed in 16 milliseconds