OpenPisco.QtApp.PiscoAppReader module#

OpenPisco.QtApp.PiscoAppReader.CheckIntegrity()[source]#
class OpenPisco.QtApp.PiscoAppReader.PiscoAppReader[source]#

Bases: InputReaderBase

ReadFromFile(filename, qtApp, mainApp)[source]#

Read input data from a file

Parameters

filename (Union[str, os.PathLike]) – file path

Returns

parsed input data

Return type

any

ReadFromString(data, qtApp, mainApp)[source]#

Define DSL parsing strategy, to be redefined in the derived class

Parameters

data (str) – data to parse using appropriate strategy