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