Python/C API Reference Manual
Previous:
B.2 Terms and conditions
Up:
Python/C API Reference Manual
Next:
About this document ...
Index
_
|
a
|
b
|
c
|
d
|
e
|
f
|
g
|
h
|
i
|
k
|
l
|
m
|
n
|
o
|
p
|
r
|
s
|
t
|
u
|
v
_ (underscore)
__all__ (package variable)
__builtin__ (built-in module)
,
[Link]
,
[Link]
__dict__ (module attribute)
__doc__ (module attribute)
__file__ (module attribute)
,
[Link]
__import__() (built-in function)
__main__ (built-in module)
,
[Link]
,
[Link]
__name__ (module attribute)
,
[Link]
_frozen (C type)
_inittab (C type)
_Py_c_diff()
_Py_c_neg()
_Py_c_pow()
_Py_c_prod()
_Py_c_quot()
_Py_c_sum()
_Py_NoneStruct
_PyImport_FindExtension()
_PyImport_Fini()
_PyImport_FixupExtension()
_PyImport_Init()
_PyObject_Del()
_PyObject_GC_TRACK()
_PyObject_GC_UNTRACK()
_PyObject_New()
_PyObject_NewVar()
_PyString_Resize()
_PyTuple_Resize()
A
abort()
abs() (built-in function)
apply() (built-in function)
,
[Link]
argv (in module sys)
B
buffer interface
buffer object
BufferType (in module types)
C
calloc()
cleanup functions
close() (in module os)
cmp() (built-in function)
,
[Link]
CObject object
coerce() (built-in function)
compile() (built-in function)
complex number object
copyright (in module sys)
D
dictionary object
DictionaryType (in module types)
DictType (in module types)
divmod() (built-in function)
E
environment variables
exec_prefix
,
[Link]
,
[Link]
PATH
,
[Link]
prefix
,
[Link]
,
[Link]
,
[Link]
,
[Link]
PYTHONHOME
,
[Link]
PYTHONPATH
,
[Link]
EOFError (built-in exception)
errno
exc_info() (in module sys)
,
[Link]
exc_traceback (in module sys)
,
[Link]
exc_type (in module sys)
,
[Link]
exc_value (in module sys)
,
[Link]
Exception (built-in exception)
exceptions (built-in module)
exec_prefix (environment variable)
,
[Link]
,
[Link]
executable (in module sys)
exit()
F
file object
FileType (in module types)
float() (built-in function)
floating point object
FloatType (in modules types)
fopen()
free()
freeze utility
G
getcharbufferproc (C type)
getreadbufferproc (C type)
getsegcountproc (C type)
getwritebufferproc (C type)
global interpreter lock
H
hash() (built-in function)
I
ihooks (standard module)
incr_item()
,
[Link]
inquiry (C type)
instance object
int() (built-in function)
integer object
interpreter lock
IntType (in modules types)
K
KeyboardInterrupt (built-in exception)
,
[Link]
L
len() (built-in function)
,
[Link]
,
[Link]
,
[Link]
,
[Link]
list object
ListType (in module types)
lock, interpreter
long() (built-in function)
long integer object
LONG_MAX
,
[Link]
LongType (in modules types)
M
main()
,
[Link]
malloc()
mapping object
METH_KEYWORDS
METH_NOARGS
METH_O
METH_OLDARGS
METH_VARARGS
method object
MethodType (in module types)
module
search path
,
[Link]
,
[Link]
module object
modules (in module sys)
,
[Link]
ModuleType (in module types)
N
None object
numeric object
O
object
buffer
CObject
complex number
dictionary
file
floating point
instance
integer
list
long integer
object (continued)
mapping
method
module
None
numeric
sequence
string
tuple
type
,
[Link]
OverflowError (built-in exception)
,
[Link]
P
package variable
__all__
path
module search
,
[Link]
,
[Link]
PATH (environment variable)
,
[Link]
path (in module sys)
,
[Link]
,
[Link]
platform (in module sys)
pow() (built-in function)
,
[Link]
prefix (environment variable)
,
[Link]
,
[Link]
,
[Link]
,
[Link]
Py_AtExit()
Py_BEGIN_ALLOW_THREADS
,
[Link]
Py_BLOCK_THREADS
Py_BuildValue()
Py_CompileString()
,
[Link]
,
[Link]
,
[Link]
Py_complex (C type)
Py_DECREF()
,
[Link]
Py_END_ALLOW_THREADS
,
[Link]
Py_END_OF_BUFFER
Py_EndInterpreter()
Py_eval_input
Py_Exit()
Py_FatalError()
,
[Link]
Py_FdIsInteractive()
Py_file_input
Py_Finalize()
,
[Link]
,
[Link]
,
[Link]
,
[Link]
,
[Link]
Py_FindMethod()
Py_GetBuildInfo()
Py_GetCompiler()
Py_GetCopyright()
Py_GetExecPrefix()
,
[Link]
Py_GetPath()
,
[Link]
,
[Link]
Py_GetPlatform()
Py_GetPrefix()
,
[Link]
Py_GetProgramFullPath()
,
[Link]
Py_GetProgramName()
Py_GetVersion()
Py_INCREF()
,
[Link]
Py_Initialize()
,
[Link]
,
[Link]
,
[Link]
,
[Link]
Py_InitModule()
Py_InitModule3()
Py_InitModule4()
Py_IsInitialized()
,
[Link]
Py_Main()
Py_NewInterpreter()
Py_None
Py_PRINT_RAW
Py_SetProgramName()
,
[Link]
,
[Link]
,
[Link]
,
[Link]
Py_single_input
Py_TPFLAGS_HAVE_GC
Py_TPFLAGS_HAVE_GETCHARBUFFER
Py_tracefunc (C type)
Py_UNBLOCK_THREADS
Py_UNICODE (C type)
Py_UNICODE_ISALNUM()
Py_UNICODE_ISALPHA()
Py_UNICODE_ISDECIMAL()
Py_UNICODE_ISDIGIT()
Py_UNICODE_ISLINEBREAK()
Py_UNICODE_ISLOWER()
Py_UNICODE_ISNUMERIC()
Py_UNICODE_ISSPACE()
Py_UNICODE_ISTITLE()
Py_UNICODE_ISUPPER()
Py_UNICODE_TODECIMAL()
Py_UNICODE_TODIGIT()
Py_UNICODE_TOLOWER()
Py_UNICODE_TONUMERIC()
Py_UNICODE_TOTITLE()
Py_UNICODE_TOUPPER()
Py_XDECREF()
,
[Link]
Py_XINCREF()
PyArg_Parse()
PyArg_ParseTuple()
PyArg_ParseTupleAndKeywords()
PyArg_UnpackTuple()
PyBuffer_Check()
PyBuffer_FromMemory()
PyBuffer_FromObject()
PyBuffer_FromReadWriteMemory()
PyBuffer_FromReadWriteObject()
PyBuffer_New()
PyBuffer_Type
PyBufferObject (C type)
PyBufferProcs
PyBufferProcs (C type)
PyCallable_Check()
PyCallIter_Check()
PyCallIter_New()
PyCallIter_Type
PyCell_Check()
PyCell_GET()
PyCell_Get()
PyCell_New()
PyCell_SET()
PyCell_Set()
PyCell_Type
PyCellObject (C type)
PyCFunction (C type)
PyCObject (C type)
PyCObject_AsVoidPtr()
PyCObject_Check()
PyCObject_FromVoidPtr()
PyCObject_FromVoidPtrAndDesc()
PyCObject_GetDesc()
PyComplex_AsCComplex()
PyComplex_Check()
PyComplex_CheckExact()
PyComplex_FromCComplex()
PyComplex_FromDoubles()
PyComplex_ImagAsDouble()
PyComplex_RealAsDouble()
PyComplex_Type
PyComplexObject (C type)
PyDescr_IsData()
PyDescr_NewGetSet()
PyDescr_NewMember()
PyDescr_NewMethod()
PyDescr_NewWrapper()
PyDict_Check()
PyDict_Clear()
PyDict_Copy()
PyDict_DelItem()
PyDict_DelItemString()
PyDict_GetItem()
PyDict_GetItemString()
PyDict_Items()
PyDict_Keys()
PyDict_Merge()
PyDict_MergeFromSeq2()
PyDict_New()
PyDict_Next()
PyDict_SetItem()
PyDict_SetItemString()
PyDict_Size()
PyDict_Type
PyDict_Update()
PyDict_Values()
PyDictObject (C type)
PyDictProxy_New()
PyErr_BadArgument()
PyErr_BadInternalCall()
PyErr_CheckSignals()
PyErr_Clear()
,
[Link]
,
[Link]
PyErr_ExceptionMatches()
,
[Link]
PyErr_Fetch()
PyErr_Format()
PyErr_GivenExceptionMatches()
PyErr_NewException()
PyErr_NoMemory()
PyErr_NormalizeException()
PyErr_Occurred()
,
[Link]
PyErr_Print()
PyErr_Restore()
PyErr_SetFromErrno()
PyErr_SetFromErrnoWithFilename()
PyErr_SetInterrupt()
PyErr_SetNone()
PyErr_SetObject()
PyErr_SetString()
,
[Link]
PyErr_Warn()
PyErr_WarnExplicit()
PyErr_WriteUnraisable()
PyEval_AcquireLock()
,
[Link]
,
[Link]
PyEval_AcquireThread()
PyEval_InitThreads()
,
[Link]
PyEval_ReleaseLock()
,
[Link]
,
[Link]
,
[Link]
PyEval_ReleaseThread()
,
[Link]
PyEval_RestoreThread()
,
[Link]
,
[Link]
PyEval_SaveThread()
,
[Link]
,
[Link]
PyEval_SetProfile()
PyEval_SetTrace()
PyFile_AsFile()
PyFile_Check()
PyFile_CheckExact()
PyFile_FromFile()
PyFile_FromString()
PyFile_GetLine()
PyFile_Name()
PyFile_SetBufSize()
PyFile_SoftSpace()
PyFile_Type
PyFile_WriteObject()
PyFile_WriteString()
PyFileObject (C type)
PyFloat_AS_DOUBLE()
PyFloat_AsDouble()
PyFloat_Check()
PyFloat_CheckExact()
PyFloat_FromDouble()
PyFloat_Type
PyFloatObject (C type)
PyImport_AddModule()
PyImport_AppendInittab()
PyImport_Cleanup()
PyImport_ExecCodeModule()
PyImport_ExtendInittab()
PyImport_FrozenModules
PyImport_GetMagicNumber()
PyImport_GetModuleDict()
PyImport_Import()
PyImport_ImportFrozenModule()
PyImport_ImportModule()
PyImport_ImportModuleEx()
PyImport_ReloadModule()
PyInstance_Check()
PyInstance_New()
PyInstance_NewRaw()
PyInstance_Type
PyInt_AS_LONG()
PyInt_AsLong()
PyInt_Check()
PyInt_CheckExact()
PyInt_FromLong()
PyInt_GetMax()
PyInt_Type
PyInterpreterState (C type)
PyInterpreterState_Clear()
PyInterpreterState_Delete()
PyInterpreterState_Head()
PyInterpreterState_New()
PyInterpreterState_Next()
PyInterpreterState_ThreadHead()
PyIntObject (C type)
PyIter_Check()
PyIter_Next()
PyList_Append()
PyList_AsTuple()
PyList_Check()
PyList_GET_ITEM()
PyList_GET_SIZE()
PyList_GetItem()
,
[Link]
PyList_GetSlice()
PyList_Insert()
PyList_New()
PyList_Reverse()
PyList_SET_ITEM()
PyList_SetItem()
,
[Link]
PyList_SetSlice()
PyList_Size()
PyList_Sort()
PyList_Type
PyListObject (C type)
PyLong_AsDouble()
PyLong_AsLong()
PyLong_AsLongLong()
PyLong_AsUnsignedLong()
PyLong_AsUnsignedLongLong()
PyLong_AsVoidPtr()
PyLong_Check()
PyLong_CheckExact()
PyLong_FromDouble()
PyLong_FromLong()
PyLong_FromLongLong()
PyLong_FromString()