sysmodule.h File Reference

Typedefs

typedef int(* Py_AuditHookFunction) (const char *, PyObject *, void *)
 

Functions

 PyAPI_FUNC (PyObject *) _PySys_GetObjectId(_Py_Identifier *key)
 
 PyAPI_FUNC (int) _PySys_SetObjectId(_Py_Identifier *key
 
PyObjectPyAPI_FUNC (size_t) _PySys_GetSizeOf(PyObject *)
 

Variables

const char * argFormat
 

Typedef Documentation

◆ Py_AuditHookFunction

typedef int(* Py_AuditHookFunction) (const char *, PyObject *, void *)

Function Documentation

◆ PyAPI_FUNC() [1/3]

PyAPI_FUNC ( PyObject )

◆ PyAPI_FUNC() [2/3]

PyAPI_FUNC ( int  )

◆ PyAPI_FUNC() [3/3]

PyAPI_FUNC ( size_t  )

Variable Documentation

◆ argFormat

const char* argFormat