示例#1
0
class RbAppscriptHandler(AppscriptHandler):
	asname = staticmethod(makeidentifier.getconverter('rb-appscript'))
	appscripttypemodule = appscripttypes.typetables('rb-appscript')
示例#2
0
class ObjCAppscriptParser(AppscriptHandler):
	asname = staticmethod(makeidentifier.getconverter('objc-appscript'))
	appscripttypemodule = appscripttypes.typetables('objc-appscript')
示例#3
0
class RbAppscriptParser(_AppscriptParser):
    _asname = staticmethod(makeidentifier.getconverter('rb-appscript'))
    typemodule = appscripttypes.typetables('rb-appscript')