Return the children field names for this field.
(self)
| 115 | return self.clone(keep_blobs=False) |
| 116 | |
| 117 | def field_names(self): |
| 118 | """Return the children field names for this field.""" |
| 119 | raise NotImplementedError('Field is an abstract class.') |
| 120 | |
| 121 | def field_types(self): |
| 122 | """Return the numpy.dtype for each of the children fields.""" |