sfepy.base.parse_conf module

Create pyparsing grammar for problem configuration and options.

sfepy.base.parse_conf.create_bnf(allow_tuple=False, free_word=False)[source]
sfepy.base.parse_conf.cvt_array_index(toks)
sfepy.base.parse_conf.cvt_bool(toks)
sfepy.base.parse_conf.cvt_int(toks)
sfepy.base.parse_conf.cvt_none(toks)
sfepy.base.parse_conf.cvt_real(toks)
sfepy.base.parse_conf.get_standard_type_defs(word)[source]
sfepy.base.parse_conf.list_of(element, *elements)[source]