MCPcopy Create free account
hub / github.com/Samsung/ONE / endAnalysis

Method endAnalysis

compiler/dalgona/src/PythonHooks.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void PythonHooks::endAnalysis()
104{
105 if (py::hasattr(_analysis, "EndAnalysis"))
106 pySafeCall(_analysis.attr("EndAnalysis"));
107}
108
109} // namespace dalgona

Callers 2

Calls 2

pySafeCallFunction · 0.85
attrMethod · 0.80

Tested by

no test coverage detected