说明
python kssplugin示例是从最受好评的开源项目中提取的实现代码,你可以参考下面示例的使用方式。
编程语言: Python
命名空间/包名称: plugin
示例#1文件:
action.py项目:
resa89/imusite
def __init__(self, name, jsfile, command_factory,
params_mandatory, params_optional, deprecated):
KSSPlugin.__init__(self, name, jsfile)
self.command_factory = command_factory
self.params_mandatory = params_mandatory
self.params_optional = params_optional
self.deprecated = deprecated
示例#2文件:
event_type.py项目:
resa89/imusite
def __init__(self, name, jsfile):
KSSPlugin.__init__(self, name, jsfile)