Searched refs:defaultScalarType (Results 1 – 1 of 1) sorted by relevance
231 def setDefaultScalarType(self, defaultScalarType): argument233 self._defaultScalarType = defaultScalarType235 …defaultScalarType = property(getDefaultScalarType, setDefaultScalarType, doc = 'The scalar type fo… variable in Package1187 if not self.complex and self.defaultScalarType.lower() == 'complex':1213 if not self.complex and self.defaultScalarType.lower() == 'complex':