def insert()

in typehints/stdlib/array.pyi [0:0]


    def insert(self, index: int, value: _T) -> None: