pub fn import_codeobj( vm: &VirtualMachine, module_name: &str, code_obj: PyRef<PyCode>, set_file_attr: bool, ) -> PyResult