fileobject.h File Reference

Typedefs

typedef PyObject *(* Py_OpenCodeHookFunction) (PyObject *, void *)
 

Functions

 PyAPI_FUNC (char *) Py_UniversalNewlineFgets(char *
 
FILE PyObjectPyAPI_FUNC (PyObject *) PyFile_NewStdPrinter(int)
 
 PyAPI_DATA (PyTypeObject) PyStdPrinter_Type
 
 PyAPI_FUNC (int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook
 

Variables

 int
 
void * userData
 

Typedef Documentation

◆ Py_OpenCodeHookFunction

typedef PyObject*(* Py_OpenCodeHookFunction) (PyObject *, void *)

Function Documentation

◆ PyAPI_FUNC() [1/3]

PyAPI_FUNC ( char *  )

◆ PyAPI_FUNC() [2/3]

FILE PyObject* PyAPI_FUNC ( PyObject )

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )

◆ PyAPI_FUNC() [3/3]

PyAPI_FUNC ( int  )

Variable Documentation

◆ int

int

◆ userData

void* userData