This module defines the command line interface. It is composed by a set of functions useable directly in the interpreter

core.cli.get_datapool_code(data_key)[source]

Return the python code to access to 'data_key' in the datapool

core.cli.get_node_code(node_id)[source]

Return the python code to access to 'node_id'

core.cli.get_welcome_msg()[source]

Return a welcome message

core.cli.init_interpreter(interpreter, session, _locals=None)[source]

Initialise the interpreter to interact with the openalea system (import, variables...)

Previous topic

<no title>

Next topic

codegen

This Page