def decode()

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


    def decode(self, encoding: str = "utf-8", errors: str = "strict") -> str: