data

Full name: ase2sprkkr.tools.test.grammar_types.data

Module class hierarchy

Inheritance diagram of ase2sprkkr.tools.test.grammar_types.data.NumpyArray, ase2sprkkr.tools.test.grammar_types.data.Prefixed, ase2sprkkr.tools.test.grammar_types.data.RawData, ase2sprkkr.tools.test.grammar_types.data.RestOfTheFile

Description

This module contains special GrammarTypes used for large data in output files

Classes

NumpyArray([prefix, postfix, format, ...])

Match anything up to the end of the file or to the given delimiter, as numpy array

Prefixed(data_prefix[, allow_empty, prefix, ...])

This value consists from a few lines, each prefixed with a given prefix

RawData([prefix, postfix, format, ...])

Match anything up to the end of the file or to the given delimiter

RestOfTheFile([prefix, postfix, format, ...])

Match anything up to the end of the file