Searched defs:SupportsIndex (Results 1 – 2 of 2) sorted by relevance
/third_party/markupsafe/ | ||
D | __init__.py | 96 def __mul__(self, num: "te.SupportsIndex") -> "Markup": |
/third_party/python/Lib/ | ||
D | typing.py | 2196 class SupportsIndex(Protocol): class |