has_kind# caput.util.typeutils.has_kind(dt: numpy.dtype, kind: str) → bool[source]# Test if a numpy datatype has any fields of a specified type. Parameters: dtdtypeData type to convert. kindstrNumpy type code character. e.g. “S” for bytestring and “U” for unicode. Returns: dtype_has_kindboolTrue if it contains the requested kind.