Searched refs:eval_file (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/tests/test_cmake_build/
H A Dembed.cpp20 py::eval_file(test_py_file, py::globals());
/gem5/ext/pybind11/tests/
H A Dtest_eval.cpp2 tests/test_eval.cpp -- Usage of eval() and eval_file()
70 auto result = py::eval_file(filename, global, local);
85 py::eval_file("non-existing file");
/gem5/ext/pybind11/include/pybind11/
H A Deval.h70 object eval_file(str fname, object global = globals(), object local = object()) { function

Completed in 9 milliseconds