class openalea.oalab.paradigm.python.PythonModelController(**kwds)[source]

Bases: openalea.oalab.paradigm.controller.ParadigmController

execute()[source]

Execute only selected text.

instantiate_widget()[source]
set_widget_value(value)[source]
widget_value()[source]
default_file_name = 'script.py'
default_name = 'Python'
extension = 'py'
icon = ':/images/resources/Python-logo.png'
mimetype_data = 'text/x-python'
mimetype_model = 'text/x-python'
pattern = '*.py'

Previous topic

<no title>

Next topic

<no title>

This Page