Skip to main content

PyRun_AnyFile

Function PyRun_AnyFile 

pub unsafe extern "C" fn PyRun_AnyFile(
    fp: *mut FILE,
    name: *const i8,
) -> i32
Available on crate feature tls and neither PyPy nor GraalPy only.