Searched defs:PyBundledModule (Results 1 – 1 of 1) sorted by relevance
438 struct PyBundledModule final { struct439 explicit PyBundledModule( in PyBundledModule() function453 static std::unique_ptr<PyBundledModule> load_from_buffer( in load_from_buffer()459 const void* get_bundled_program_ptr() { in get_bundled_program_ptr()463 const void* get_program_ptr() { in get_program_ptr()467 size_t get_program_len() { in get_program_len()474 const py::bytes bundled_program_ptr_;475 const void* program_ptr_;476 size_t program_len_;