core.plugin.builtin package

class core.plugin.builtin.PythonFile[source]

Bases: object

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

Bases: object

dtype = 'Python'
implement = 'IModel'
mimetype = 'text/x-python'

Previous topic

core.plugin package

Next topic

core.plugin.formatting package

This Page