Panda3D
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.