PyRun_FileEx

_

  1. PyObject* PyRun_FileEx(FILE* fp, const(char)* p, int s, PyObject* g, PyObject* l, int c)
    version(Python_2_5_Or_Later)
    PyRun_FileEx
    ()
    (
    FILE* fp
    ,
    const(char)* p
    ,
    int s
    ,,,
    int c
    )
  2. PyObject* PyRun_FileEx(FILE*, const(char)*, int, PyObject*, PyObject*, int)

Meta