Python Module ReferenceΒΆ mpilot.arguments Argument Argument.name Argument.value Argument.lineno ListArgument ListArgument.list_linenos mpilot.commands Command Command.inputs Command.output Command.allow_extra_inputs Command.result Command.metadata Command.get_argument_value() Command.validate_params() Command.run() Command.execute() mpilot.exceptions MPilotError ProgramError CommandDoesNotExist DuplicateResult MissingParameters NoSuchParameter ParameterNotValid PathDoesNotExist InvalidRelativePath ResultDoesNotExist ResultTypeNotValid ResultNotFuzzy ResultIsFuzzy RecursiveModelStructure mpilot.params Parameter Parameter.clean() StringParameter NumberParameter BooleanParameter PathParameter ResultParameter ListParameter TupleParameter DataParameter DataTypeParameter mpilot.parser.parser Parser Parser.parse() ProgramNode ProgramNode.commands ProgramNode.version CommandNode CommandNode.result_name CommandNode.command CommandNode.arguments CommandNode.lineno ArgumentNode ArgumentNode.name ArgumentNode.value ArgumentNode.lineno ExpressionNode ExpressionNode.value ExpressionNode.lineno mpilot.program Program Program.commands Program.command_library Program.working_dir Program.load_commands() Program.from_source() Program.find_command_class() Program.add_command() Program.to_string() Program.to_file() Program.run() EEMS_CSV_LIBRARIES EEMS_NETCDF_LIBRARIES