Searched refs:PythonCodeGenerator (Results 1 – 1 of 1) sorted by relevance
2161 class PythonCodeGenerator : public CodeGenerator { class2209 return std::unique_ptr<PythonCodeGenerator>(new PythonCodeGenerator()); in NewPythonCodeGenerator()