Home
last modified time | relevance | path

Searched defs:SupportsIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/markupsafe/
D__init__.py96 def __mul__(self, num: "te.SupportsIndex") -> "Markup":
/third_party/python/Lib/
Dtyping.py2196 class SupportsIndex(Protocol): class