gemseo.utils.path_discipline module#

A dummy discipline for tests.

class PathDiscipline(tmp_path)[source]#

Bases: Discipline

A toy discipline that takes Path as input and stores a Path attribute.

Constructor.

Parameters:

tmp_path (Path) -- any path.

default_grammar_type: ClassVar[_GrammarType] = 'SimpleGrammar'#

The default type of grammar.