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

Method exec

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

Source from the content-addressed store, hash-verified

221void EmbeddedPython::hello() const { py::print("Hello, World!"); }
222
223void EmbeddedPython::exec(const std::string &pystring) const { py::exec(pystring); }
224void EmbeddedPython::eval_file(const std::string &pyfile) const { py::eval_file(pyfile); }
225
226nlohmann::json EmbeddedPython::eval(const std::string &pystring) const {

Callers 12

mainFunction · 0.80
execute_xstudio_uiFunction · 0.80
TESTFunction · 0.80
main_loopMethod · 0.80
TESTFunction · 0.80
mainFunction · 0.80
StemmerFunction · 0.80
seFunction · 0.80
jquery.jsFile · 0.80
xeFunction · 0.80
YeFunction · 0.80

Calls

no outgoing calls

Tested by 3

mainFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64