MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / eval

Method eval

src/embedded_python/src/embedded_python.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224void EmbeddedPython::eval_file(const std::string &pyfile) const { py::eval_file(pyfile); }
225
226nlohmann::json EmbeddedPython::eval(const std::string &pystring) const {
227 return py::eval(pystring);
228}
229
230nlohmann::json
231EmbeddedPython::eval(const std::string &pystring, const nlohmann::json &locals) const {

Callers 2

TESTFunction · 0.45
main_loopMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36