FieldArrayI¶
- 
class lsst.afw.table.FieldArrayI¶
- Bases: - lsst.afw.table.FieldBaseArrayI- Attributes Summary - dtype- Methods Summary - copyRenamed(self, arg0)- getDoc(self)- getName(self)- getSize(self)- getTypeString()- getUnits(self)- isVariableLength(self)- Attributes Documentation - 
dtype= 'ArrayI'¶
 - Methods Documentation - 
copyRenamed(self: lsst.afw.table.FieldArrayI, arg0: str) → lsst.afw.table.FieldArrayI¶
 - 
getDoc(self: lsst.afw.table.FieldArrayI) → str¶
 - 
getName(self: lsst.afw.table.FieldArrayI) → str¶
 - 
getSize(self: lsst.afw.table.FieldBaseArrayI) → int¶
 - 
getTypeString() → str¶
 - 
getUnits(self: lsst.afw.table.FieldArrayI) → str¶
 - 
isVariableLength(self: lsst.afw.table.FieldBaseArrayI) → bool¶
 
-