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