openalea.core.plugin.builtin package#

Module contents#

class openalea.core.plugin.builtin.PythonFile[source]#

Bases: object

property criteria#
default_file_name = 'script.py'#
default_name = 'Python'#
extension = 'py'#
icon = ':/images/resources/Python-logo.png'#
implement = 'IData'#
property implementation#
mimetype = 'text/x-python'#
pattern = '*.py'#
class openalea.core.plugin.builtin.PythonModel[source]#

Bases: object

property criteria#
dtype = 'Python'#
implement = 'IModel'#
property implementation#
mimetype = 'text/x-python'#