37     Handler for forwarding invocations between the framework and one `Plugin` instance. 
   39     Handler uses peer-to-peer DBus connection. The both DBus endpoints are realized by the 
   40     `PluginHandlerXEmbedContainer` and the `PluginHandlerXEmbedClient`. 
   43     def __init__(self, parent, main_window, instance_id,
 
   44                  application_context, container_manager, argv):
 
   45         dbus_object_path = 
'/PluginHandlerXEmbed/plugin/' + instance_id.tidy_str()
 
   46         if application_context.options.embed_plugin 
is None:
 
   48                 parent, main_window, instance_id, application_context,
 
   49                 container_manager, argv, dbus_object_path)
 
   52                 parent, main_window, instance_id, application_context,
 
   53                 container_manager, argv, dbus_object_path)