segpy.field_types module¶
-
class
segpy.field_types.Int16¶ Bases:
int16-bit signed integer.
-
MAXIMUM= 32767¶
-
MINIMUM= -32768¶
-
SEG_Y_TYPE= 'int16'¶
-
SIZE= 2¶
-
-
class
segpy.field_types.Int32¶ Bases:
int32-bit signed integer.
-
MAXIMUM= 2147483647¶
-
MINIMUM= -2147483648¶
-
SEG_Y_TYPE= 'int32'¶
-
SIZE= 4¶
-
-
class
segpy.field_types.IntEnumFieldMeta(name, bases, namespace, *args, **kwargs)¶ Bases:
segpy.field_types.IntFieldMetaMetaclass for fields which are defined by an enum.IntEnum.
-
class_new(*args, **kwargs)¶
-
-
class
segpy.field_types.IntFieldMeta(name, bases, namespace, *args, **kwargs)¶ Bases:
typeMetaclass for signed and unsigned int fields.
-
class_new(*args, **kwargs)¶
-