class openalea.oalab.model.textual.TextualModel(**kwargs)[source]

Bases: openalea.core.data.Data

animate(*args, **kwargs)[source]

run model step by step

init(*args, **kwargs)[source]

go back to initial step

repr_code()[source]
Returns:a string representation of model to save it on disk
run(*args, **kwargs)[source]

execute entire model

set_code(code)[source]
step(i=None, *args, **kwargs)[source]

execute only one step of the model

stop(*args, **kwargs)[source]

stop execution

default_file_name = ''
default_name = 'Textual'
extension = ''
icon = ''
mimetype = ''
pattern = ''

Previous topic

<no title>

Next topic

<no title>

This Page