opentimelineio.plugins.python_plugin

Base class for OTIO plugins that are exposed by manifests.

class opentimelineio.plugins.python_plugin.PythonPlugin None

A class of plugin that is encoded in a python module, exposed via a manifest.

property execution_scope

Describes whether this adapter is executed in the current python process or in a subshell. Options are: [‘in process’, ‘out of process’].

property filepath

Absolute path or relative path to adapter module from location of json.

module()

Return the module object for this adapter.

module_abs_path()

Return an absolute path to the module implementing this adapter.

property name

Adapter name.

plugin_info_map()

Returns a map with information about the plugin.

opentimelineio.plugins.python_plugin.plugin_info_map()