Lines Matching defs:code
3 [clinic start generated code]*/
67 "_fix_co_filename($module, code, path, /)\n"
70 "Changes code.co_filename to specify the passed-in file path.\n"
72 " code\n"
81 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code,
88 PyCodeObject *code;
98 code = (PyCodeObject *)args[0];
107 return_value = _imp__fix_co_filename_impl(module, code, path);
233 "Create a code object for a frozen module.");
568 /*[clinic end generated code: output=8d0f4305b1d0714b input=a9049054013a1b77]*/