Searched refs:PyBundledModule (Results 1 – 1 of 1) sorted by relevance
438 struct PyBundledModule final { struct439 explicit PyBundledModule( in PyBundledModule() argument453 static std::unique_ptr<PyBundledModule> load_from_buffer( in load_from_buffer() argument456 return std::make_unique<PyBundledModule>(buffer, bundled_input_pool_size); in load_from_buffer()658 PyBundledModule& m, in load_from_bundled_program()813 PyBundledModule& m, in load_bundled_input()826 PyBundledModule& m, in verify_result_with_bundled_expected_output()1015 &PyBundledModule::load_from_buffer, in PYBIND11_MODULE()1092 py::class_<PyBundledModule>(m, "BundledModule"); in PYBIND11_MODULE()