public protocol NumpyScalarCompatible
Un tipo compatibile bit a bit con uno o più tipi scalari NumPy.
I tipi scalari NumPy con cui questo tipo è compatibile bit per bit. Deve essere non vuoto.
Dichiarazione
static var numpyScalarTypes: [PythonObject] { get }
Il tipo scalare
ctypes
di Python corrispondente a questo tipo.Dichiarazione
static var ctype: PythonObject { get }