[−][src]Function swim_python3_sys::pythonrun::PyRun_FileExFlags
pub unsafe extern "C" fn PyRun_FileExFlags(
fp: *mut FILE,
filename: *const cchar,
start: int,
globals: *mut PyObject,
locals: *mut PyObject,
closeit: int,
flags: *mut PyCompilerFlags
) -> *mut PyObject