def insert()
in
typehints/stdlib/array.pyi [0:0]
1
lines of code
1
McCabe index (conditional complexity)
def insert(self, index: int, value: _T) -> None: