コード例 #1
0
 def getConfigAsXML(self):
     """ Return XML representing the registry's configuration.
     """
     from exportimport import PluginRegistryExporter
     pre = PluginRegistryExporter(self).__of__(self)
     return pre.generateXML()
コード例 #2
0
ファイル: PluginRegistry.py プロジェクト: nacho22martin/tesis
 def getConfigAsXML(self):
     """ Return XML representing the registry's configuration.
     """
     from exportimport import PluginRegistryExporter
     pre = PluginRegistryExporter(self).__of__(self)
     return pre.generateXML()