MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / parseSubtemplates

Method parseSubtemplates

erpcgen/src/PythonGenerator.cpp:102–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void PythonGenerator::parseSubtemplates()
103{
104 const char *templateName = "py_coders";
105 try
106 {
107 parse(kPyCoders, m_templateData);
108 }
109 catch (TemplateException &e)
110 {
111 throw TemplateException(format_string("Template %s: %s", templateName, e.what()));
112 }
113}
114
115void PythonGenerator::generate()
116{

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
TemplateExceptionClass · 0.85
format_stringFunction · 0.85

Tested by

no test coverage detected