NumpyScalarCompatible

public protocol NumpyScalarCompatible

Un tipo compatible bit a bit con uno o más tipos escalares NumPy.

  • Los tipos escalares NumPy con los que este tipo es compatible bit a bit. No debe estar vacío.

    Declaración

    static var numpyScalarTypes: [PythonObject] { get }
  • El Python ctypes tipo escalar correspondiente a este tipo.

    Declaración

    static var ctype: PythonObject { get }