Panda3D
Loading...
Searching...
No Matches
Functions | Variables
pystub.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pystub.h"

Go to the source code of this file.

Functions

EXPCL_PYSTUB int _Py_AddToAllObjects (...)
 
EXPCL_PYSTUB int _Py_BuildValue_SizeT (...)
 
EXPCL_PYSTUB int _Py_Dealloc (...)
 
EXPCL_PYSTUB int _Py_ForgetReference (...)
 
EXPCL_PYSTUB int _Py_NegativeRefcount (...)
 
EXPCL_PYSTUB int _Py_NewReference (...)
 
EXPCL_PYSTUB int _Py_PrintReferenceAddresses (...)
 
EXPCL_PYSTUB int _Py_PrintReferences (...)
 
EXPCL_PYSTUB int _Py_RefTotal (...)
 
EXPCL_PYSTUB int _PyArg_Parse_SizeT (...)
 
EXPCL_PYSTUB int _PyArg_ParseTuple_SizeT (...)
 
EXPCL_PYSTUB int _PyArg_ParseTupleAndKeywords_SizeT (...)
 
EXPCL_PYSTUB int _PyErr_BadInternalCall (...)
 
EXPCL_PYSTUB int _PyLong_AsByteArray (...)
 
EXPCL_PYSTUB int _PyLong_Sign (...)
 
EXPCL_PYSTUB int _PyObject_CallFunction_SizeT (...)
 
EXPCL_PYSTUB int _PyObject_CallMethod_SizeT (...)
 
EXPCL_PYSTUB int _PyObject_DebugFree (...)
 
EXPCL_PYSTUB int _PyObject_Del (...)
 
EXPCL_PYSTUB int _PyObject_FastCallDict (...)
 
EXPCL_PYSTUB int _PyUnicode_AsString (...)
 
EXPCL_PYSTUB int _PyUnicode_AsStringAndSize (...)
 
EXPCL_PYSTUB int _PyUnicode_EqualToASCIIString (...)
 
EXPCL_PYSTUB int Py_BuildValue (...)
 
EXPCL_PYSTUB int Py_GetVersion (...)
 
EXPCL_PYSTUB void Py_Initialize ()
 
EXPCL_PYSTUB int Py_InitModule4 (...)
 
EXPCL_PYSTUB int Py_InitModule4_64 (...)
 
EXPCL_PYSTUB int Py_InitModule4TraceRefs (...)
 
EXPCL_PYSTUB int Py_InitModule4TraceRefs_64 (...)
 
EXPCL_PYSTUB int Py_IsInitialized ()
 
EXPCL_PYSTUB int PyArg_Parse (...)
 
EXPCL_PYSTUB int PyArg_ParseTuple (...)
 
EXPCL_PYSTUB int PyArg_ParseTupleAndKeywords (...)
 
EXPCL_PYSTUB int PyArg_UnpackTuple (...)
 
EXPCL_PYSTUB int PyBool_FromLong (...)
 
EXPCL_PYSTUB int PyBuffer_Release (...)
 
EXPCL_PYSTUB int PyBytes_AsString (...)
 
EXPCL_PYSTUB int PyBytes_AsStringAndSize (...)
 
EXPCL_PYSTUB int PyBytes_FromStringAndSize (...)
 
EXPCL_PYSTUB int PyBytes_Size (...)
 
EXPCL_PYSTUB int PyCallable_Check (...)
 
EXPCL_PYSTUB int PyCapsule_GetPointer (...)
 
EXPCL_PYSTUB int PyCapsule_New (...)
 
EXPCL_PYSTUB int PyCFunction_New (...)
 
EXPCL_PYSTUB int PyCFunction_NewEx (...)
 
EXPCL_PYSTUB int PyDict_DelItem (...)
 
EXPCL_PYSTUB int PyDict_DelItemString (...)
 
EXPCL_PYSTUB int PyDict_GetItem (...)
 
EXPCL_PYSTUB int PyDict_GetItemString (...)
 
EXPCL_PYSTUB int PyDict_New (...)
 
EXPCL_PYSTUB int PyDict_Next (...)
 
EXPCL_PYSTUB int PyDict_SetItem (...)
 
EXPCL_PYSTUB int PyDict_SetItemString (...)
 
EXPCL_PYSTUB int PyDict_Size (...)
 
EXPCL_PYSTUB int PyErr_Clear (...)
 
EXPCL_PYSTUB int PyErr_ExceptionMatches (...)
 
EXPCL_PYSTUB int PyErr_Fetch (...)
 
EXPCL_PYSTUB int PyErr_Format (...)
 
EXPCL_PYSTUB int PyErr_NoMemory (...)
 
EXPCL_PYSTUB int PyErr_Occurred (...)
 
EXPCL_PYSTUB int PyErr_Print (...)
 
EXPCL_PYSTUB int PyErr_Restore (...)
 
EXPCL_PYSTUB int PyErr_SetString (...)
 
EXPCL_PYSTUB int PyErr_Warn (...)
 
EXPCL_PYSTUB int PyErr_WarnEx (...)
 
EXPCL_PYSTUB int PyEval_CallFunction (...)
 
EXPCL_PYSTUB int PyEval_CallObjectWithKeywords (...)
 
EXPCL_PYSTUB void PyEval_InitThreads ()
 
int PyEval_InitThreads (...)
 
EXPCL_PYSTUB int PyEval_RestoreThread (...)
 
EXPCL_PYSTUB int PyEval_SaveThread (...)
 
EXPCL_PYSTUB int PyFloat_AsDouble (...)
 
EXPCL_PYSTUB int PyFloat_FromDouble (...)
 
EXPCL_PYSTUB int PyGen_Check (...)
 
EXPCL_PYSTUB int PyGILState_Ensure (...)
 
EXPCL_PYSTUB int PyGILState_Release (...)
 
EXPCL_PYSTUB int PyImport_GetModuleDict (...)
 
EXPCL_PYSTUB int PyImport_ImportModule (...)
 
EXPCL_PYSTUB int PyInt_AsLong (...)
 
EXPCL_PYSTUB int PyInt_AsSsize_t (...)
 
EXPCL_PYSTUB int PyInt_FromLong (...)
 
EXPCL_PYSTUB int PyInt_FromSize_t (...)
 
EXPCL_PYSTUB int PyIter_Next (...)
 
EXPCL_PYSTUB int PyList_Append (...)
 
EXPCL_PYSTUB int PyList_AsTuple (...)
 
EXPCL_PYSTUB int PyList_GetItem (...)
 
EXPCL_PYSTUB int PyList_New (...)
 
EXPCL_PYSTUB int PyList_SetItem (...)
 
EXPCL_PYSTUB int PyLong_AsLong (...)
 
EXPCL_PYSTUB int PyLong_AsLongLong (...)
 
EXPCL_PYSTUB int PyLong_AsSsize_t (...)
 
EXPCL_PYSTUB int PyLong_AsUnsignedLong (...)
 
EXPCL_PYSTUB int PyLong_AsUnsignedLongLong (...)
 
EXPCL_PYSTUB int PyLong_FromLong (...)
 
EXPCL_PYSTUB int PyLong_FromLongLong (...)
 
EXPCL_PYSTUB int PyLong_FromSize_t (...)
 
EXPCL_PYSTUB int PyLong_FromUnsignedLong (...)
 
EXPCL_PYSTUB int PyLong_FromUnsignedLongLong (...)
 
EXPCL_PYSTUB int PyMapping_GetItemString (...)
 
EXPCL_PYSTUB int PyMem_Free (...)
 
EXPCL_PYSTUB int PyMemoryView_FromObject (...)
 
EXPCL_PYSTUB int PyModule_AddIntConstant (...)
 
EXPCL_PYSTUB int PyModule_AddObject (...)
 
EXPCL_PYSTUB int PyModule_AddStringConstant (...)
 
EXPCL_PYSTUB int PyModule_Create2 (...)
 
EXPCL_PYSTUB int PyModule_Create2TraceRefs (...)
 
EXPCL_PYSTUB int PyModule_GetDict (...)
 
EXPCL_PYSTUB int PyNumber_AsSsize_t (...)
 
EXPCL_PYSTUB int PyNumber_Check (...)
 
EXPCL_PYSTUB int PyNumber_Float (...)
 
EXPCL_PYSTUB int PyNumber_Int (...)
 
EXPCL_PYSTUB int PyNumber_Long (...)
 
EXPCL_PYSTUB int PyObject_ASCII (...)
 
EXPCL_PYSTUB int PyObject_Call (...)
 
EXPCL_PYSTUB int PyObject_CallFunction (...)
 
EXPCL_PYSTUB int PyObject_CallFunctionObjArgs (...)
 
EXPCL_PYSTUB int PyObject_CallMethod (...)
 
EXPCL_PYSTUB int PyObject_CallMethodObjArgs (...)
 
EXPCL_PYSTUB int PyObject_CallObject (...)
 
EXPCL_PYSTUB int PyObject_Cmp (...)
 
EXPCL_PYSTUB int PyObject_Compare (...)
 
EXPCL_PYSTUB int PyObject_Free (...)
 
EXPCL_PYSTUB int PyObject_GC_Del (...)
 
EXPCL_PYSTUB int PyObject_GenericGetAttr (...)
 
EXPCL_PYSTUB int PyObject_GenericSetAttr (...)
 
EXPCL_PYSTUB int PyObject_GetAttrString (...)
 
EXPCL_PYSTUB int PyObject_GetBuffer (...)
 
EXPCL_PYSTUB int PyObject_GetIter (...)
 
EXPCL_PYSTUB int PyObject_HasAttrString (...)
 
EXPCL_PYSTUB int PyObject_IsInstance (...)
 
EXPCL_PYSTUB int PyObject_IsTrue (...)
 
EXPCL_PYSTUB int PyObject_Malloc (...)
 
EXPCL_PYSTUB int PyObject_Repr (...)
 
EXPCL_PYSTUB int PyObject_RichCompareBool (...)
 
EXPCL_PYSTUB int PyObject_SelfIter (...)
 
EXPCL_PYSTUB int PyObject_SetAttr (...)
 
EXPCL_PYSTUB int PyObject_SetAttrString (...)
 
EXPCL_PYSTUB int PyObject_Str (...)
 
EXPCL_PYSTUB int PySeqIter_New (...)
 
EXPCL_PYSTUB int PySequence_Check (...)
 
EXPCL_PYSTUB int PySequence_Fast (...)
 
EXPCL_PYSTUB int PySequence_GetItem (...)
 
EXPCL_PYSTUB int PySequence_Size (...)
 
EXPCL_PYSTUB int PySequence_Tuple (...)
 
EXPCL_PYSTUB int PyString_AsString (...)
 
EXPCL_PYSTUB int PyString_AsStringAndSize (...)
 
EXPCL_PYSTUB int PyString_FromFormat (...)
 
EXPCL_PYSTUB int PyString_FromString (...)
 
EXPCL_PYSTUB int PyString_FromStringAndSize (...)
 
EXPCL_PYSTUB int PyString_InternFromString (...)
 
EXPCL_PYSTUB int PyString_InternInPlace (...)
 
EXPCL_PYSTUB int PyString_Size (...)
 
void pystub ()
 
EXPCL_PYSTUB int PySys_GetObject (...)
 
EXPCL_PYSTUB int PySys_SetObject (...)
 
EXPCL_PYSTUB int PyThreadState_Clear (...)
 
EXPCL_PYSTUB int PyThreadState_Delete (...)
 
EXPCL_PYSTUB int PyThreadState_Get (...)
 
EXPCL_PYSTUB int PyThreadState_New (...)
 
EXPCL_PYSTUB int PyThreadState_Swap (...)
 
EXPCL_PYSTUB int PyTuple_GetItem (...)
 
EXPCL_PYSTUB int PyTuple_New (...)
 
EXPCL_PYSTUB int PyTuple_Pack (...)
 
EXPCL_PYSTUB int PyTuple_Size (...)
 
EXPCL_PYSTUB int PyType_GenericAlloc (...)
 
EXPCL_PYSTUB int PyType_IsSubtype (...)
 
EXPCL_PYSTUB int PyType_Ready (...)
 
EXPCL_PYSTUB int PyUnicode_AsUTF8 (...)
 
EXPCL_PYSTUB int PyUnicode_AsUTF8AndSize (...)
 
EXPCL_PYSTUB int PyUnicode_AsWideChar (...)
 
EXPCL_PYSTUB int PyUnicode_AsWideCharString (...)
 
EXPCL_PYSTUB int PyUnicode_CompareWithASCIIString (...)
 
EXPCL_PYSTUB int PyUnicode_FromFormat (...)
 
EXPCL_PYSTUB int PyUnicode_FromString (...)
 
EXPCL_PYSTUB int PyUnicode_FromStringAndSize (...)
 
EXPCL_PYSTUB int PyUnicode_FromWideChar (...)
 
EXPCL_PYSTUB int PyUnicode_GetSize (...)
 
EXPCL_PYSTUB int PyUnicode_InternFromString (...)
 
EXPCL_PYSTUB int PyUnicode_InternInPlace (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_AsWideChar (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_AsWideCharString (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_CompareWithASCIIString (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_FromFormat (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_FromString (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_FromStringAndSize (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_FromWideChar (...)
 
EXPCL_PYSTUB int PyUnicodeUCS2_GetSize (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_AsWideChar (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_AsWideCharString (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_CompareWithASCIIString (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_FromFormat (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_FromString (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_FromStringAndSize (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_FromWideChar (...)
 
EXPCL_PYSTUB int PyUnicodeUCS4_GetSize (...)
 

Variables

EXPCL_PYSTUB void * _Py_FalseStruct = nullptr
 
EXPCL_PYSTUB void * _Py_NoneStruct = nullptr
 
EXPCL_PYSTUB void * _Py_NotImplementedStruct = nullptr
 
EXPCL_PYSTUB void * _Py_TrueStruct = nullptr
 
EXPCL_PYSTUB void * _Py_ZeroStruct = nullptr
 
EXPCL_PYSTUB void * _PyThreadState_Current = nullptr
 
EXPCL_PYSTUB void * PyDict_Type = nullptr
 
EXPCL_PYSTUB void * PyExc_AssertionError = nullptr
 
EXPCL_PYSTUB void * PyExc_AttributeError = nullptr
 
EXPCL_PYSTUB void * PyExc_BufferError = nullptr
 
EXPCL_PYSTUB void * PyExc_ConnectionError = nullptr
 
EXPCL_PYSTUB void * PyExc_Exception = nullptr
 
EXPCL_PYSTUB void * PyExc_FutureWarning = nullptr
 
EXPCL_PYSTUB void * PyExc_ImportError = nullptr
 
EXPCL_PYSTUB void * PyExc_IndexError = nullptr
 
EXPCL_PYSTUB void * PyExc_KeyError = nullptr
 
EXPCL_PYSTUB void * PyExc_NameError = nullptr
 
EXPCL_PYSTUB void * PyExc_OSError = nullptr
 
EXPCL_PYSTUB void * PyExc_OverflowError = nullptr
 
EXPCL_PYSTUB void * PyExc_RuntimeError = nullptr
 
EXPCL_PYSTUB void * PyExc_StandardError = nullptr
 
EXPCL_PYSTUB void * PyExc_StopIteration = nullptr
 
EXPCL_PYSTUB void * PyExc_SystemExit = nullptr
 
EXPCL_PYSTUB void * PyExc_TypeError = nullptr
 
EXPCL_PYSTUB void * PyExc_ValueError = nullptr
 
EXPCL_PYSTUB void * PyFloat_Type = nullptr
 
EXPCL_PYSTUB void * PyGen_Type = nullptr
 
EXPCL_PYSTUB void * PyInt_Type = nullptr
 
EXPCL_PYSTUB void * PyList_Type = nullptr
 
EXPCL_PYSTUB void * PyLong_Type = nullptr
 
EXPCL_PYSTUB void * PyObject_Type = nullptr
 
EXPCL_PYSTUB void * PyString_Type = nullptr
 
EXPCL_PYSTUB void * PyTuple_Type = nullptr
 
EXPCL_PYSTUB void * PyType_Type = nullptr
 
EXPCL_PYSTUB void * PyUnicode_Type = nullptr
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-08-09

Definition in file pystub.cxx.

Function Documentation

◆ _Py_AddToAllObjects()

int _Py_AddToAllObjects ( ...)

Definition at line 433 of file pystub.cxx.

◆ _Py_BuildValue_SizeT()

int _Py_BuildValue_SizeT ( ...)

Definition at line 434 of file pystub.cxx.

◆ _Py_Dealloc()

int _Py_Dealloc ( ...)

Definition at line 435 of file pystub.cxx.

◆ _Py_ForgetReference()

int _Py_ForgetReference ( ...)

Definition at line 436 of file pystub.cxx.

◆ _Py_NegativeRefcount()

int _Py_NegativeRefcount ( ...)

Definition at line 437 of file pystub.cxx.

◆ _Py_NewReference()

int _Py_NewReference ( ...)

Definition at line 438 of file pystub.cxx.

◆ _Py_PrintReferenceAddresses()

int _Py_PrintReferenceAddresses ( ...)

Definition at line 439 of file pystub.cxx.

◆ _Py_PrintReferences()

int _Py_PrintReferences ( ...)

Definition at line 440 of file pystub.cxx.

◆ _Py_RefTotal()

int _Py_RefTotal ( ...)

Definition at line 441 of file pystub.cxx.

◆ _PyArg_Parse_SizeT()

int _PyArg_Parse_SizeT ( ...)

Definition at line 421 of file pystub.cxx.

◆ _PyArg_ParseTuple_SizeT()

int _PyArg_ParseTuple_SizeT ( ...)

Definition at line 419 of file pystub.cxx.

◆ _PyArg_ParseTupleAndKeywords_SizeT()

int _PyArg_ParseTupleAndKeywords_SizeT ( ...)

Definition at line 420 of file pystub.cxx.

◆ _PyErr_BadInternalCall()

int _PyErr_BadInternalCall ( ...)

Definition at line 422 of file pystub.cxx.

◆ _PyLong_AsByteArray()

int _PyLong_AsByteArray ( ...)

Definition at line 423 of file pystub.cxx.

◆ _PyLong_Sign()

int _PyLong_Sign ( ...)

Definition at line 424 of file pystub.cxx.

◆ _PyObject_CallFunction_SizeT()

int _PyObject_CallFunction_SizeT ( ...)

Definition at line 425 of file pystub.cxx.

◆ _PyObject_CallMethod_SizeT()

int _PyObject_CallMethod_SizeT ( ...)

Definition at line 426 of file pystub.cxx.

◆ _PyObject_DebugFree()

int _PyObject_DebugFree ( ...)

Definition at line 427 of file pystub.cxx.

◆ _PyObject_Del()

int _PyObject_Del ( ...)

Definition at line 428 of file pystub.cxx.

◆ _PyObject_FastCallDict()

int _PyObject_FastCallDict ( ...)

Definition at line 429 of file pystub.cxx.

◆ _PyUnicode_AsString()

int _PyUnicode_AsString ( ...)

Definition at line 430 of file pystub.cxx.

◆ _PyUnicode_AsStringAndSize()

int _PyUnicode_AsStringAndSize ( ...)

Definition at line 431 of file pystub.cxx.

◆ _PyUnicode_EqualToASCIIString()

int _PyUnicode_EqualToASCIIString ( ...)

Definition at line 432 of file pystub.cxx.

◆ Py_BuildValue()

int Py_BuildValue ( ...)

Definition at line 414 of file pystub.cxx.

◆ Py_GetVersion()

int Py_GetVersion ( ...)

Definition at line 413 of file pystub.cxx.

◆ Py_Initialize()

void Py_Initialize ( )

Definition at line 444 of file pystub.cxx.

◆ Py_InitModule4()

int Py_InitModule4 ( ...)

Definition at line 415 of file pystub.cxx.

◆ Py_InitModule4_64()

int Py_InitModule4_64 ( ...)

Definition at line 416 of file pystub.cxx.

◆ Py_InitModule4TraceRefs()

int Py_InitModule4TraceRefs ( ...)

Definition at line 417 of file pystub.cxx.

◆ Py_InitModule4TraceRefs_64()

int Py_InitModule4TraceRefs_64 ( ...)

Definition at line 418 of file pystub.cxx.

◆ Py_IsInitialized()

int Py_IsInitialized ( )

Definition at line 446 of file pystub.cxx.

◆ PyArg_Parse()

int PyArg_Parse ( ...)

Definition at line 251 of file pystub.cxx.

◆ PyArg_ParseTuple()

int PyArg_ParseTuple ( ...)

Definition at line 252 of file pystub.cxx.

◆ PyArg_ParseTupleAndKeywords()

int PyArg_ParseTupleAndKeywords ( ...)

Definition at line 253 of file pystub.cxx.

◆ PyArg_UnpackTuple()

int PyArg_UnpackTuple ( ...)

Definition at line 254 of file pystub.cxx.

◆ PyBool_FromLong()

int PyBool_FromLong ( ...)

Definition at line 255 of file pystub.cxx.

◆ PyBuffer_Release()

int PyBuffer_Release ( ...)

Definition at line 256 of file pystub.cxx.

◆ PyBytes_AsString()

int PyBytes_AsString ( ...)

Definition at line 257 of file pystub.cxx.

◆ PyBytes_AsStringAndSize()

int PyBytes_AsStringAndSize ( ...)

Definition at line 258 of file pystub.cxx.

◆ PyBytes_FromStringAndSize()

int PyBytes_FromStringAndSize ( ...)

Definition at line 259 of file pystub.cxx.

◆ PyBytes_Size()

int PyBytes_Size ( ...)

Definition at line 260 of file pystub.cxx.

◆ PyCallable_Check()

int PyCallable_Check ( ...)

Definition at line 263 of file pystub.cxx.

◆ PyCapsule_GetPointer()

int PyCapsule_GetPointer ( ...)

Definition at line 264 of file pystub.cxx.

◆ PyCapsule_New()

int PyCapsule_New ( ...)

Definition at line 265 of file pystub.cxx.

◆ PyCFunction_New()

int PyCFunction_New ( ...)

Definition at line 261 of file pystub.cxx.

◆ PyCFunction_NewEx()

int PyCFunction_NewEx ( ...)

Definition at line 262 of file pystub.cxx.

◆ PyDict_DelItem()

int PyDict_DelItem ( ...)

Definition at line 266 of file pystub.cxx.

◆ PyDict_DelItemString()

int PyDict_DelItemString ( ...)

Definition at line 267 of file pystub.cxx.

◆ PyDict_GetItem()

int PyDict_GetItem ( ...)

Definition at line 268 of file pystub.cxx.

◆ PyDict_GetItemString()

int PyDict_GetItemString ( ...)

Definition at line 269 of file pystub.cxx.

◆ PyDict_New()

int PyDict_New ( ...)

Definition at line 270 of file pystub.cxx.

◆ PyDict_Next()

int PyDict_Next ( ...)

Definition at line 271 of file pystub.cxx.

◆ PyDict_SetItem()

int PyDict_SetItem ( ...)

Definition at line 272 of file pystub.cxx.

◆ PyDict_SetItemString()

int PyDict_SetItemString ( ...)

Definition at line 273 of file pystub.cxx.

◆ PyDict_Size()

int PyDict_Size ( ...)

Definition at line 274 of file pystub.cxx.

◆ PyErr_Clear()

int PyErr_Clear ( ...)

Definition at line 275 of file pystub.cxx.

◆ PyErr_ExceptionMatches()

int PyErr_ExceptionMatches ( ...)

Definition at line 276 of file pystub.cxx.

◆ PyErr_Fetch()

int PyErr_Fetch ( ...)

Definition at line 277 of file pystub.cxx.

◆ PyErr_Format()

int PyErr_Format ( ...)

Definition at line 278 of file pystub.cxx.

◆ PyErr_NoMemory()

int PyErr_NoMemory ( ...)

Definition at line 279 of file pystub.cxx.

◆ PyErr_Occurred()

int PyErr_Occurred ( ...)

Definition at line 280 of file pystub.cxx.

◆ PyErr_Print()

int PyErr_Print ( ...)

Definition at line 281 of file pystub.cxx.

◆ PyErr_Restore()

int PyErr_Restore ( ...)

Definition at line 282 of file pystub.cxx.

◆ PyErr_SetString()

int PyErr_SetString ( ...)

Definition at line 283 of file pystub.cxx.

◆ PyErr_Warn()

int PyErr_Warn ( ...)

Definition at line 284 of file pystub.cxx.

◆ PyErr_WarnEx()

int PyErr_WarnEx ( ...)

Definition at line 285 of file pystub.cxx.

◆ PyEval_CallFunction()

int PyEval_CallFunction ( ...)

Definition at line 286 of file pystub.cxx.

◆ PyEval_CallObjectWithKeywords()

int PyEval_CallObjectWithKeywords ( ...)

Definition at line 287 of file pystub.cxx.

◆ PyEval_InitThreads() [1/2]

void PyEval_InitThreads ( )

Definition at line 449 of file pystub.cxx.

◆ PyEval_InitThreads() [2/2]

int PyEval_InitThreads ( ...)

Definition at line 288 of file pystub.cxx.

◆ PyEval_RestoreThread()

int PyEval_RestoreThread ( ...)

Definition at line 289 of file pystub.cxx.

◆ PyEval_SaveThread()

int PyEval_SaveThread ( ...)

Definition at line 290 of file pystub.cxx.

◆ PyFloat_AsDouble()

int PyFloat_AsDouble ( ...)

Definition at line 291 of file pystub.cxx.

◆ PyFloat_FromDouble()

int PyFloat_FromDouble ( ...)

Definition at line 292 of file pystub.cxx.

◆ PyGen_Check()

int PyGen_Check ( ...)

Definition at line 293 of file pystub.cxx.

◆ PyGILState_Ensure()

int PyGILState_Ensure ( ...)

Definition at line 294 of file pystub.cxx.

◆ PyGILState_Release()

int PyGILState_Release ( ...)

Definition at line 295 of file pystub.cxx.

◆ PyImport_GetModuleDict()

int PyImport_GetModuleDict ( ...)

Definition at line 296 of file pystub.cxx.

◆ PyImport_ImportModule()

int PyImport_ImportModule ( ...)

Definition at line 297 of file pystub.cxx.

◆ PyInt_AsLong()

int PyInt_AsLong ( ...)

Definition at line 298 of file pystub.cxx.

◆ PyInt_AsSsize_t()

int PyInt_AsSsize_t ( ...)

Definition at line 299 of file pystub.cxx.

◆ PyInt_FromLong()

int PyInt_FromLong ( ...)

Definition at line 300 of file pystub.cxx.

◆ PyInt_FromSize_t()

int PyInt_FromSize_t ( ...)

Definition at line 301 of file pystub.cxx.

◆ PyIter_Next()

int PyIter_Next ( ...)

Definition at line 302 of file pystub.cxx.

◆ PyList_Append()

int PyList_Append ( ...)

Definition at line 303 of file pystub.cxx.

◆ PyList_AsTuple()

int PyList_AsTuple ( ...)

Definition at line 304 of file pystub.cxx.

◆ PyList_GetItem()

int PyList_GetItem ( ...)

Definition at line 305 of file pystub.cxx.

◆ PyList_New()

int PyList_New ( ...)

Definition at line 306 of file pystub.cxx.

◆ PyList_SetItem()

int PyList_SetItem ( ...)

Definition at line 307 of file pystub.cxx.

◆ PyLong_AsLong()

int PyLong_AsLong ( ...)

Definition at line 308 of file pystub.cxx.

◆ PyLong_AsLongLong()

int PyLong_AsLongLong ( ...)

Definition at line 309 of file pystub.cxx.

◆ PyLong_AsSsize_t()

int PyLong_AsSsize_t ( ...)

Definition at line 310 of file pystub.cxx.

◆ PyLong_AsUnsignedLong()

int PyLong_AsUnsignedLong ( ...)

Definition at line 311 of file pystub.cxx.

◆ PyLong_AsUnsignedLongLong()

int PyLong_AsUnsignedLongLong ( ...)

Definition at line 312 of file pystub.cxx.

◆ PyLong_FromLong()

int PyLong_FromLong ( ...)

Definition at line 313 of file pystub.cxx.

◆ PyLong_FromLongLong()

int PyLong_FromLongLong ( ...)

Definition at line 314 of file pystub.cxx.

◆ PyLong_FromSize_t()

int PyLong_FromSize_t ( ...)

Definition at line 315 of file pystub.cxx.

◆ PyLong_FromUnsignedLong()

int PyLong_FromUnsignedLong ( ...)

Definition at line 316 of file pystub.cxx.

◆ PyLong_FromUnsignedLongLong()

int PyLong_FromUnsignedLongLong ( ...)

Definition at line 317 of file pystub.cxx.

◆ PyMapping_GetItemString()

int PyMapping_GetItemString ( ...)

Definition at line 318 of file pystub.cxx.

◆ PyMem_Free()

int PyMem_Free ( ...)

Definition at line 319 of file pystub.cxx.

◆ PyMemoryView_FromObject()

int PyMemoryView_FromObject ( ...)

Definition at line 320 of file pystub.cxx.

◆ PyModule_AddIntConstant()

int PyModule_AddIntConstant ( ...)

Definition at line 321 of file pystub.cxx.

◆ PyModule_AddObject()

int PyModule_AddObject ( ...)

Definition at line 322 of file pystub.cxx.

◆ PyModule_AddStringConstant()

int PyModule_AddStringConstant ( ...)

Definition at line 323 of file pystub.cxx.

◆ PyModule_Create2()

int PyModule_Create2 ( ...)

Definition at line 324 of file pystub.cxx.

◆ PyModule_Create2TraceRefs()

int PyModule_Create2TraceRefs ( ...)

Definition at line 325 of file pystub.cxx.

◆ PyModule_GetDict()

int PyModule_GetDict ( ...)

Definition at line 326 of file pystub.cxx.

◆ PyNumber_AsSsize_t()

int PyNumber_AsSsize_t ( ...)

Definition at line 327 of file pystub.cxx.

◆ PyNumber_Check()

int PyNumber_Check ( ...)

Definition at line 328 of file pystub.cxx.

◆ PyNumber_Float()

int PyNumber_Float ( ...)

Definition at line 329 of file pystub.cxx.

◆ PyNumber_Int()

int PyNumber_Int ( ...)

Definition at line 330 of file pystub.cxx.

◆ PyNumber_Long()

int PyNumber_Long ( ...)

Definition at line 331 of file pystub.cxx.

◆ PyObject_ASCII()

int PyObject_ASCII ( ...)

Definition at line 332 of file pystub.cxx.

◆ PyObject_Call()

int PyObject_Call ( ...)

Definition at line 333 of file pystub.cxx.

◆ PyObject_CallFunction()

int PyObject_CallFunction ( ...)

Definition at line 334 of file pystub.cxx.

◆ PyObject_CallFunctionObjArgs()

int PyObject_CallFunctionObjArgs ( ...)

Definition at line 335 of file pystub.cxx.

◆ PyObject_CallMethod()

int PyObject_CallMethod ( ...)

Definition at line 336 of file pystub.cxx.

◆ PyObject_CallMethodObjArgs()

int PyObject_CallMethodObjArgs ( ...)

Definition at line 337 of file pystub.cxx.

◆ PyObject_CallObject()

int PyObject_CallObject ( ...)

Definition at line 338 of file pystub.cxx.

◆ PyObject_Cmp()

int PyObject_Cmp ( ...)

Definition at line 339 of file pystub.cxx.

◆ PyObject_Compare()

int PyObject_Compare ( ...)

Definition at line 340 of file pystub.cxx.

◆ PyObject_Free()

int PyObject_Free ( ...)

Definition at line 341 of file pystub.cxx.

◆ PyObject_GC_Del()

int PyObject_GC_Del ( ...)

Definition at line 342 of file pystub.cxx.

◆ PyObject_GenericGetAttr()

int PyObject_GenericGetAttr ( ...)

Definition at line 343 of file pystub.cxx.

◆ PyObject_GenericSetAttr()

int PyObject_GenericSetAttr ( ...)

Definition at line 344 of file pystub.cxx.

◆ PyObject_GetAttrString()

int PyObject_GetAttrString ( ...)

Definition at line 345 of file pystub.cxx.

◆ PyObject_GetBuffer()

int PyObject_GetBuffer ( ...)

Definition at line 346 of file pystub.cxx.

◆ PyObject_GetIter()

int PyObject_GetIter ( ...)

Definition at line 347 of file pystub.cxx.

◆ PyObject_HasAttrString()

int PyObject_HasAttrString ( ...)

Definition at line 348 of file pystub.cxx.

◆ PyObject_IsInstance()

int PyObject_IsInstance ( ...)

Definition at line 349 of file pystub.cxx.

◆ PyObject_IsTrue()

int PyObject_IsTrue ( ...)

Definition at line 350 of file pystub.cxx.

◆ PyObject_Malloc()

int PyObject_Malloc ( ...)

Definition at line 351 of file pystub.cxx.

◆ PyObject_Repr()

int PyObject_Repr ( ...)

Definition at line 352 of file pystub.cxx.

◆ PyObject_RichCompareBool()

int PyObject_RichCompareBool ( ...)

Definition at line 353 of file pystub.cxx.

◆ PyObject_SelfIter()

int PyObject_SelfIter ( ...)

Definition at line 354 of file pystub.cxx.

◆ PyObject_SetAttr()

int PyObject_SetAttr ( ...)

Definition at line 355 of file pystub.cxx.

◆ PyObject_SetAttrString()

int PyObject_SetAttrString ( ...)

Definition at line 356 of file pystub.cxx.

◆ PyObject_Str()

int PyObject_Str ( ...)

Definition at line 357 of file pystub.cxx.

◆ PySeqIter_New()

int PySeqIter_New ( ...)

Definition at line 358 of file pystub.cxx.

◆ PySequence_Check()

int PySequence_Check ( ...)

Definition at line 359 of file pystub.cxx.

◆ PySequence_Fast()

int PySequence_Fast ( ...)

Definition at line 360 of file pystub.cxx.

◆ PySequence_GetItem()

int PySequence_GetItem ( ...)

Definition at line 361 of file pystub.cxx.

◆ PySequence_Size()

int PySequence_Size ( ...)

Definition at line 362 of file pystub.cxx.

◆ PySequence_Tuple()

int PySequence_Tuple ( ...)

Definition at line 363 of file pystub.cxx.

◆ PyString_AsString()

int PyString_AsString ( ...)

Definition at line 364 of file pystub.cxx.

◆ PyString_AsStringAndSize()

int PyString_AsStringAndSize ( ...)

Definition at line 365 of file pystub.cxx.

◆ PyString_FromFormat()

int PyString_FromFormat ( ...)

Definition at line 366 of file pystub.cxx.

◆ PyString_FromString()

int PyString_FromString ( ...)

Definition at line 367 of file pystub.cxx.

◆ PyString_FromStringAndSize()

int PyString_FromStringAndSize ( ...)

Definition at line 368 of file pystub.cxx.

◆ PyString_InternFromString()

int PyString_InternFromString ( ...)

Definition at line 369 of file pystub.cxx.

◆ PyString_InternInPlace()

int PyString_InternInPlace ( ...)

Definition at line 370 of file pystub.cxx.

◆ pystub()

void pystub ( )

Definition at line 491 of file pystub.cxx.

◆ PySys_GetObject()

int PySys_GetObject ( ...)

Definition at line 371 of file pystub.cxx.

◆ PySys_SetObject()

int PySys_SetObject ( ...)

Definition at line 372 of file pystub.cxx.

◆ PyThreadState_Clear()

int PyThreadState_Clear ( ...)

Definition at line 373 of file pystub.cxx.

◆ PyThreadState_Delete()

int PyThreadState_Delete ( ...)

Definition at line 374 of file pystub.cxx.

◆ PyThreadState_Get()

int PyThreadState_Get ( ...)

Definition at line 375 of file pystub.cxx.

◆ PyThreadState_New()

int PyThreadState_New ( ...)

Definition at line 376 of file pystub.cxx.

◆ PyThreadState_Swap()

int PyThreadState_Swap ( ...)

Definition at line 377 of file pystub.cxx.

◆ PyTuple_GetItem()

int PyTuple_GetItem ( ...)

Definition at line 378 of file pystub.cxx.

◆ PyTuple_New()

int PyTuple_New ( ...)

Definition at line 379 of file pystub.cxx.

◆ PyTuple_Pack()

int PyTuple_Pack ( ...)

Definition at line 380 of file pystub.cxx.

◆ PyTuple_Size()

int PyTuple_Size ( ...)

Definition at line 381 of file pystub.cxx.

◆ PyType_GenericAlloc()

int PyType_GenericAlloc ( ...)

Definition at line 382 of file pystub.cxx.

◆ PyType_IsSubtype()

int PyType_IsSubtype ( ...)

Definition at line 383 of file pystub.cxx.

◆ PyType_Ready()

int PyType_Ready ( ...)

Definition at line 384 of file pystub.cxx.

◆ PyUnicode_AsUTF8()

int PyUnicode_AsUTF8 ( ...)

Definition at line 401 of file pystub.cxx.

◆ PyUnicode_AsUTF8AndSize()

int PyUnicode_AsUTF8AndSize ( ...)

Definition at line 402 of file pystub.cxx.

◆ PyUnicode_AsWideChar()

int PyUnicode_AsWideChar ( ...)

Definition at line 403 of file pystub.cxx.

◆ PyUnicode_AsWideCharString()

int PyUnicode_AsWideCharString ( ...)

Definition at line 404 of file pystub.cxx.

◆ PyUnicode_CompareWithASCIIString()

int PyUnicode_CompareWithASCIIString ( ...)

Definition at line 405 of file pystub.cxx.

◆ PyUnicode_FromFormat()

int PyUnicode_FromFormat ( ...)

Definition at line 406 of file pystub.cxx.

◆ PyUnicode_FromString()

int PyUnicode_FromString ( ...)

Definition at line 407 of file pystub.cxx.

◆ PyUnicode_FromStringAndSize()

int PyUnicode_FromStringAndSize ( ...)

Definition at line 408 of file pystub.cxx.

◆ PyUnicode_FromWideChar()

int PyUnicode_FromWideChar ( ...)

Definition at line 409 of file pystub.cxx.

◆ PyUnicode_GetSize()

int PyUnicode_GetSize ( ...)

Definition at line 410 of file pystub.cxx.

◆ PyUnicode_InternFromString()

int PyUnicode_InternFromString ( ...)

Definition at line 411 of file pystub.cxx.

◆ PyUnicode_InternInPlace()

int PyUnicode_InternInPlace ( ...)

Definition at line 412 of file pystub.cxx.

◆ PyUnicodeUCS2_AsWideChar()

int PyUnicodeUCS2_AsWideChar ( ...)

Definition at line 385 of file pystub.cxx.

◆ PyUnicodeUCS2_AsWideCharString()

int PyUnicodeUCS2_AsWideCharString ( ...)

Definition at line 386 of file pystub.cxx.

◆ PyUnicodeUCS2_CompareWithASCIIString()

int PyUnicodeUCS2_CompareWithASCIIString ( ...)

Definition at line 387 of file pystub.cxx.

◆ PyUnicodeUCS2_FromFormat()

int PyUnicodeUCS2_FromFormat ( ...)

Definition at line 388 of file pystub.cxx.

◆ PyUnicodeUCS2_FromString()

int PyUnicodeUCS2_FromString ( ...)

Definition at line 389 of file pystub.cxx.

◆ PyUnicodeUCS2_FromStringAndSize()

int PyUnicodeUCS2_FromStringAndSize ( ...)

Definition at line 390 of file pystub.cxx.

◆ PyUnicodeUCS2_FromWideChar()

int PyUnicodeUCS2_FromWideChar ( ...)

Definition at line 391 of file pystub.cxx.

◆ PyUnicodeUCS2_GetSize()

int PyUnicodeUCS2_GetSize ( ...)

Definition at line 392 of file pystub.cxx.

◆ PyUnicodeUCS4_AsWideChar()

int PyUnicodeUCS4_AsWideChar ( ...)

Definition at line 393 of file pystub.cxx.

◆ PyUnicodeUCS4_AsWideCharString()

int PyUnicodeUCS4_AsWideCharString ( ...)

Definition at line 394 of file pystub.cxx.

◆ PyUnicodeUCS4_CompareWithASCIIString()

int PyUnicodeUCS4_CompareWithASCIIString ( ...)

Definition at line 395 of file pystub.cxx.

◆ PyUnicodeUCS4_FromFormat()

int PyUnicodeUCS4_FromFormat ( ...)

Definition at line 396 of file pystub.cxx.

◆ PyUnicodeUCS4_FromString()

int PyUnicodeUCS4_FromString ( ...)

Definition at line 397 of file pystub.cxx.

◆ PyUnicodeUCS4_FromStringAndSize()

int PyUnicodeUCS4_FromStringAndSize ( ...)

Definition at line 398 of file pystub.cxx.

◆ PyUnicodeUCS4_FromWideChar()

int PyUnicodeUCS4_FromWideChar ( ...)

Definition at line 399 of file pystub.cxx.

◆ PyUnicodeUCS4_GetSize()

int PyUnicodeUCS4_GetSize ( ...)

Definition at line 400 of file pystub.cxx.

Variable Documentation

◆ _Py_FalseStruct

void * _Py_FalseStruct = nullptr

Definition at line 483 of file pystub.cxx.

◆ _Py_NoneStruct

void * _Py_NoneStruct = nullptr

Definition at line 484 of file pystub.cxx.

◆ _Py_NotImplementedStruct

void * _Py_NotImplementedStruct = nullptr

Definition at line 485 of file pystub.cxx.

◆ _Py_TrueStruct

void * _Py_TrueStruct = nullptr

Definition at line 486 of file pystub.cxx.

◆ _Py_ZeroStruct

void * _Py_ZeroStruct = nullptr

Definition at line 487 of file pystub.cxx.

◆ _PyThreadState_Current

void * _PyThreadState_Current = nullptr

Definition at line 482 of file pystub.cxx.

◆ PyDict_Type

void * PyDict_Type = nullptr

Definition at line 471 of file pystub.cxx.

◆ PyExc_AssertionError

void * PyExc_AssertionError = nullptr

Definition at line 453 of file pystub.cxx.

◆ PyExc_AttributeError

void * PyExc_AttributeError = nullptr

Definition at line 454 of file pystub.cxx.

◆ PyExc_BufferError

void * PyExc_BufferError = nullptr

Definition at line 455 of file pystub.cxx.

◆ PyExc_ConnectionError

void * PyExc_ConnectionError = nullptr

Definition at line 456 of file pystub.cxx.

◆ PyExc_Exception

void * PyExc_Exception = nullptr

Definition at line 457 of file pystub.cxx.

◆ PyExc_FutureWarning

void * PyExc_FutureWarning = nullptr

Definition at line 458 of file pystub.cxx.

◆ PyExc_ImportError

void * PyExc_ImportError = nullptr

Definition at line 459 of file pystub.cxx.

◆ PyExc_IndexError

void * PyExc_IndexError = nullptr

Definition at line 460 of file pystub.cxx.

◆ PyExc_KeyError

void * PyExc_KeyError = nullptr

Definition at line 461 of file pystub.cxx.

◆ PyExc_NameError

void * PyExc_NameError = nullptr

Definition at line 462 of file pystub.cxx.

◆ PyExc_OSError

void * PyExc_OSError = nullptr

Definition at line 463 of file pystub.cxx.

◆ PyExc_OverflowError

void * PyExc_OverflowError = nullptr

Definition at line 464 of file pystub.cxx.

◆ PyExc_RuntimeError

void * PyExc_RuntimeError = nullptr

Definition at line 465 of file pystub.cxx.

◆ PyExc_StandardError

void * PyExc_StandardError = nullptr

Definition at line 466 of file pystub.cxx.

◆ PyExc_StopIteration

void * PyExc_StopIteration = nullptr

Definition at line 467 of file pystub.cxx.

◆ PyExc_SystemExit

void * PyExc_SystemExit = nullptr

Definition at line 468 of file pystub.cxx.

◆ PyExc_TypeError

void * PyExc_TypeError = nullptr

Definition at line 469 of file pystub.cxx.

◆ PyExc_ValueError

void * PyExc_ValueError = nullptr

Definition at line 470 of file pystub.cxx.

◆ PyFloat_Type

void * PyFloat_Type = nullptr

Definition at line 472 of file pystub.cxx.

◆ PyGen_Type

void * PyGen_Type = nullptr

Definition at line 473 of file pystub.cxx.

◆ PyInt_Type

void * PyInt_Type = nullptr

Definition at line 474 of file pystub.cxx.

◆ PyList_Type

void * PyList_Type = nullptr

Definition at line 475 of file pystub.cxx.

◆ PyLong_Type

void * PyLong_Type = nullptr

Definition at line 476 of file pystub.cxx.

◆ PyObject_Type

void * PyObject_Type = nullptr

Definition at line 477 of file pystub.cxx.

◆ PyString_Type

void * PyString_Type = nullptr

Definition at line 478 of file pystub.cxx.

◆ PyTuple_Type

void * PyTuple_Type = nullptr

Definition at line 479 of file pystub.cxx.

◆ PyType_Type

void * PyType_Type = nullptr

Definition at line 480 of file pystub.cxx.

◆ PyUnicode_Type

void * PyUnicode_Type = nullptr

Definition at line 481 of file pystub.cxx.