MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / exec

Function exec

extern/pybind/include/pybind11/eval.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88inline void exec(const str &expr, object global = globals(), object local = object()) {
89 eval<eval_statements>(expr, std::move(global), std::move(local));
90}
91
92template <size_t N>
93void exec(const char (&s)[N], object global = globals(), object local = object()) {

Callers 2

setup.pyFile · 0.85
exec_script_strMethod · 0.85

Calls 3

globalsFunction · 0.85
moveFunction · 0.85
objectFunction · 0.70

Tested by

no test coverage detected