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