xnn.ffnn.common.frc.Row#

class xnn.ffnn.common.frc.Row(version, reference, key, values, source='')[source]#

Bases: object

One data row of a parameter section.

Variables:
  • version (str) – The row’s version token (newest wins among rows with the same key).

  • reference (str) – The #reference number the row cites.

  • key (tuple of str) – The canonical atom-type key (empty for keyless rows).

  • values (dict) – Column name -> value, in the schema’s default units.

  • source (str) – Path of the file the row came from (references are per file).

Parameters:
property version_key#

Comparable version.