concepts.dsl.parsers.fol_python_parser.ast_get_multiple_expressions#

ast_get_multiple_expressions(module)[source]#

Get the multiple expressions in the module.

Parameters:

module (Module) – the module. It should contains multiple expressions.

Returns:

the expressions.

Return type:

List[AST]