MCPcopy Create free account
hub / github.com/pybind/pybind11 / eval_file

Function eval_file

include/pybind11/eval.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97#if defined(PYPY_VERSION) || defined(GRAALVM_PYTHON)
98template <eval_mode mode = eval_statements>
99object eval_file(str, object, object) {
100 pybind11_fail("eval_file not supported in this interpreter. Use eval");
101}
102template <eval_mode mode = eval_statements>
103object eval_file(str, object) {
104 pybind11_fail("eval_file not supported in this interpreter. Use eval");

Callers 2

TEST_SUBMODULEFunction · 0.85
mainFunction · 0.85

Calls 6

globalsFunction · 0.85
moveFunction · 0.85
ptrMethod · 0.80
objectFunction · 0.70
containsMethod · 0.45

Tested by 1

TEST_SUBMODULEFunction · 0.68