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