epygram.fields.MiscField — Miscellaneous Field class

Contains the class to for Miscellaneous fields.

class epygram.fields.MiscField.MiscField(*args, **kwargs)[source]

Bases: epygram.base.Field

A miscellaneous field class. Designed to handle data of various nature (bool, int, float, str...) and various dimensions (scalar, 1D/2D).

Note

This class is managed by footprint.

  • info: Not documented
  • priority: PriorityLevel::DEFAULT (rank=1)

Automatic parameters from the footprint:

  • comment (str) - rwd - Not documented, sorry.
    • Optional. Default is None.
  • fid (footprints.stdtypes.FPDict) - rwx - Not documented, sorry.
  • units (str) - rwd - Not documented, sorry.
    • Optional. Default is ‘’.

Constructor. See its footprint for arguments.

datatype

Returns the data type.

shape

Returns the data shape.