说明
python compilerbase示例是从最受好评的开源项目中提取的实现代码,你可以参考下面示例的使用方式。
编程语言: Python
命名空间/包名称: pipelinecompilers
示例#1文件:
pipeline.py项目:
TestNAutomation/react-python
def __init__(self, *args, **kwargs):
CompilerBase.__init__(self, *args, **kwargs)
self.transformer = JSXTransformer()
示例#2文件:
pipeline.py项目:
Web5design/react-python
def __init__(self):
CompilerBase.__init__(self)
self.transformer = JSXTransformer()