GNU Info
Info Node: (python2.1-api.info)Function-Method-Variable Index
(python2.1-api.info)Function-Method-Variable Index
Function, Method, and Variable Index
************************************
- __import__
- Importing Modules.
- _Py_c_diff
- Complex Numbers as C Structures.
- _Py_c_neg
- Complex Numbers as C Structures.
- _Py_c_pow
- Complex Numbers as C Structures.
- _Py_c_prod
- Complex Numbers as C Structures.
- _Py_c_quot
- Complex Numbers as C Structures.
- _Py_c_sum
- Complex Numbers as C Structures.
- _Py_NoneStruct
- Defining New Object Types.
- _PyImport_FindExtension
- Importing Modules.
- _PyImport_Fini
- Importing Modules.
- _PyImport_FixupExtension
- Importing Modules.
- _PyImport_Init
- Importing Modules.
- _PyObject_Del
- Defining New Object Types.
- _PyObject_New
- Defining New Object Types.
- _PyObject_NewVar
- Defining New Object Types.
- _PyString_Resize
- String Objects.
- _PyTuple_Resize
- Tuple Objects.
- abs
- Number Protocol.
- apply
- Object Protocol.
- cmp
- Object Protocol.
- coerce
- Number Protocol.
- compile
- Importing Modules.
- divmod
- Number Protocol.
- float
- Number Protocol.
- hash
- Object Protocol.
- int
- Number Protocol.
- len <1>
- Dictionary Objects.
- len <2>
- List Objects.
- len <3>
- Mapping Protocol.
- len <4>
- Sequence Protocol.
- len
- Object Protocol.
- long
- Number Protocol.
- pow
- Number Protocol.
- Py_AtExit
- Process Control.
- Py_CompileString
- Very High Level Layer.
- Py_DECREF
- Reference Counting.
- Py_END_OF_BUFFER
- Buffer Objects.
- Py_EndInterpreter
- Initialization.
- Py_eval_input
- Very High Level Layer.
- Py_Exit
- Process Control.
- Py_FatalError
- Process Control.
- Py_FdIsInteractive
- OS Utilities.
- Py_file_input
- Very High Level Layer.
- Py_Finalize
- Initialization.
- Py_FindMethod
- Common Object Structures.
- Py_GetBuildInfo
- Initialization.
- Py_GetCompiler
- Initialization.
- Py_GetCopyright
- Initialization.
- Py_GetExecPrefix
- Initialization.
- Py_GetPath
- Initialization.
- Py_GetPlatform
- Initialization.
- Py_GetPrefix
- Initialization.
- Py_GetProgramFullPath
- Initialization.
- Py_GetProgramName
- Initialization.
- Py_GetVersion
- Initialization.
- Py_INCREF
- Reference Counting.
- Py_Initialize
- Initialization.
- Py_InitModule
- Defining New Object Types.
- Py_InitModule3
- Defining New Object Types.
- Py_InitModule4
- Defining New Object Types.
- Py_IsInitialized
- Initialization.
- Py_Main
- Very High Level Layer.
- Py_NewInterpreter
- Initialization.
- Py_None
- None Object.
- Py_SetProgramName
- Initialization.
- Py_single_input
- Very High Level Layer.
- Py_TPFLAGS_GC
- Supporting Cyclic Garbarge Collection.
- Py_TPFLAGS_HAVE_GETCHARBUFFER
- Buffer Object Structures.
- Py_UNICODE_ISALNUM
- Unicode Objects.
- Py_UNICODE_ISALPHA
- Unicode Objects.
- Py_UNICODE_ISDECIMAL
- Unicode Objects.
- Py_UNICODE_ISDIGIT
- Unicode Objects.
- Py_UNICODE_ISLINEBREAK
- Unicode Objects.
- Py_UNICODE_ISLOWER
- Unicode Objects.
- Py_UNICODE_ISNUMERIC
- Unicode Objects.
- Py_UNICODE_ISSPACE
- Unicode Objects.
- Py_UNICODE_ISTITLE
- Unicode Objects.
- Py_UNICODE_ISUPPER
- Unicode Objects.
- Py_UNICODE_TODECIMAL
- Unicode Objects.
- Py_UNICODE_TODIGIT
- Unicode Objects.
- Py_UNICODE_TOLOWER
- Unicode Objects.
- Py_UNICODE_TONUMERIC
- Unicode Objects.
- Py_UNICODE_TOTITLE
- Unicode Objects.
- Py_UNICODE_TOUPPER
- Unicode Objects.
- Py_XDECREF
- Reference Counting.
- Py_XINCREF
- Reference Counting.
- PyArg_Parse
- Defining New Object Types.
- PyArg_ParseTuple
- Defining New Object Types.
- PyArg_ParseTupleAndKeywords
- Defining New Object Types.
- PyBuffer_Check
- Buffer Objects.
- PyBuffer_FromMemory
- Buffer Objects.
- PyBuffer_FromObject
- Buffer Objects.
- PyBuffer_FromReadWriteMemory
- Buffer Objects.
- PyBuffer_FromReadWriteObject
- Buffer Objects.
- PyBuffer_New
- Buffer Objects.
- PyBuffer_Type
- Buffer Objects.
- PyCallable_Check
- Object Protocol.
- PyCObject_AsVoidPtr
- CObjects.
- PyCObject_Check
- CObjects.
- PyCObject_FromVoidPtr
- CObjects.
- PyCObject_FromVoidPtrAndDesc
- CObjects.
- PyCObject_GetDesc
- CObjects.
- PyComplex_AsCComplex
- Complex Numbers as Python Objects.
- PyComplex_Check
- Complex Numbers as Python Objects.
- PyComplex_FromCComplex
- Complex Numbers as Python Objects.
- PyComplex_FromDoubles
- Complex Numbers as Python Objects.
- PyComplex_ImagAsDouble
- Complex Numbers as Python Objects.
- PyComplex_RealAsDouble
- Complex Numbers as Python Objects.
- PyComplex_Type
- Complex Numbers as Python Objects.
- PyDict_Check
- Dictionary Objects.
- PyDict_Clear
- Dictionary Objects.
- PyDict_Copy
- Dictionary Objects.
- PyDict_DelItem
- Dictionary Objects.
- PyDict_DelItemString
- Dictionary Objects.
- PyDict_GetItem
- Dictionary Objects.
- PyDict_GetItemString
- Dictionary Objects.
- PyDict_Items
- Dictionary Objects.
- PyDict_Keys
- Dictionary Objects.
- PyDict_New
- Dictionary Objects.
- PyDict_Next
- Dictionary Objects.
- PyDict_SetItem
- Dictionary Objects.
- PyDict_SetItemString
- Dictionary Objects.
- PyDict_Size
- Dictionary Objects.
- PyDict_Type
- Dictionary Objects.
- PyDict_Values
- Dictionary Objects.
- PyErr_BadArgument
- Exception Handling.
- PyErr_BadInternalCall
- Exception Handling.
- PyErr_CheckSignals
- Exception Handling.
- PyErr_Clear
- Exception Handling.
- PyErr_ExceptionMatches
- Exception Handling.
- PyErr_Fetch
- Exception Handling.
- PyErr_Format
- Exception Handling.
- PyErr_GivenExceptionMatches
- Exception Handling.
- PyErr_NewException
- Exception Handling.
- PyErr_NoMemory
- Exception Handling.
- PyErr_NormalizeException
- Exception Handling.
- PyErr_Occurred
- Exception Handling.
- PyErr_Print
- Exception Handling.
- PyErr_Restore
- Exception Handling.
- PyErr_SetFromErrno
- Exception Handling.
- PyErr_SetFromErrnoWithFilename
- Exception Handling.
- PyErr_SetInterrupt
- Exception Handling.
- PyErr_SetNone
- Exception Handling.
- PyErr_SetObject
- Exception Handling.
- PyErr_SetString
- Exception Handling.
- PyErr_Warn
- Exception Handling.
- PyErr_WarnExplicit
- Exception Handling.
- PyErr_WriteUnraisable
- Exception Handling.
- PyEval_AcquireLock
- Thread State and the Global Interpreter Lock.
- PyEval_AcquireThread
- Thread State and the Global Interpreter Lock.
- PyEval_InitThreads
- Thread State and the Global Interpreter Lock.
- PyEval_ReleaseLock
- Thread State and the Global Interpreter Lock.
- PyEval_ReleaseThread
- Thread State and the Global Interpreter Lock.
- PyEval_RestoreThread
- Thread State and the Global Interpreter Lock.
- PyEval_SaveThread
- Thread State and the Global Interpreter Lock.
- PyFile_AsFile
- File Objects.
- PyFile_Check
- File Objects.
- PyFile_FromFile
- File Objects.
- PyFile_FromString
- File Objects.
- PyFile_GetLine
- File Objects.
- PyFile_Name
- File Objects.
- PyFile_SetBufSize
- File Objects.
- PyFile_SoftSpace
- File Objects.
- PyFile_Type
- File Objects.
- PyFile_WriteObject
- File Objects.
- PyFile_WriteString
- File Objects.
- PyFloat_AS_DOUBLE
- Floating Point Objects.
- PyFloat_AsDouble
- Floating Point Objects.
- PyFloat_Check
- Floating Point Objects.
- PyFloat_FromDouble
- Floating Point Objects.
- PyFloat_Type
- Floating Point Objects.
- PyGC_HEAD_SIZE
- Supporting Cyclic Garbarge Collection.
- PyImport_AddModule
- Importing Modules.
- PyImport_AppendInittab
- Importing Modules.
- PyImport_Cleanup
- Importing Modules.
- PyImport_ExecCodeModule
- Importing Modules.
- PyImport_ExtendInittab
- Importing Modules.
- PyImport_FrozenModules
- Importing Modules.
- PyImport_GetMagicNumber
- Importing Modules.
- PyImport_GetModuleDict
- Importing Modules.
- PyImport_Import
- Importing Modules.
- PyImport_ImportFrozenModule
- Importing Modules.
- PyImport_ImportModule
- Importing Modules.
- PyImport_ImportModuleEx
- Importing Modules.
- PyImport_ReloadModule
- Importing Modules.
- PyInstance_Check
- Instance Objects.
- PyInstance_New
- Instance Objects.
- PyInstance_NewRaw
- Instance Objects.
- PyInstance_Type
- Instance Objects.
- PyInt_AS_LONG
- Plain Integer Objects.
- PyInt_AsLong
- Plain Integer Objects.
- PyInt_Check
- Plain Integer Objects.
- PyInt_FromLong
- Plain Integer Objects.
- PyInt_GetMax
- Plain Integer Objects.
- PyInt_Type
- Plain Integer Objects.
- PyInterpreterState_Clear
- Thread State and the Global Interpreter Lock.
- PyInterpreterState_Delete
- Thread State and the Global Interpreter Lock.
- PyInterpreterState_New
- Thread State and the Global Interpreter Lock.
- PyList_Append
- List Objects.
- PyList_AsTuple
- List Objects.
- PyList_Check
- List Objects.
- PyList_GET_ITEM
- List Objects.
- PyList_GET_SIZE
- List Objects.
- PyList_GetItem
- List Objects.
- PyList_GetSlice
- List Objects.
- PyList_Insert
- List Objects.
- PyList_New
- List Objects.
- PyList_Reverse
- List Objects.
- PyList_SET_ITEM
- List Objects.
- PyList_SetItem
- List Objects.
- PyList_SetSlice
- List Objects.
- PyList_Size
- List Objects.
- PyList_Sort
- List Objects.
- PyList_Type
- List Objects.
- PyLong_AsDouble
- Long Integer Objects.
- PyLong_AsLong
- Long Integer Objects.
- PyLong_AsUnsignedLong
- Long Integer Objects.
- PyLong_Check
- Long Integer Objects.
- PyLong_FromDouble
- Long Integer Objects.
- PyLong_FromLong
- Long Integer Objects.
- PyLong_FromString
- Long Integer Objects.
- PyLong_FromUnsignedLong
- Long Integer Objects.
- PyLong_Type
- Long Integer Objects.
- PyMapping_Check
- Mapping Protocol.
- PyMapping_DelItem
- Mapping Protocol.
- PyMapping_DelItemString
- Mapping Protocol.
- PyMapping_GetItemString
- Mapping Protocol.
- PyMapping_HasKey
- Mapping Protocol.
- PyMapping_HasKeyString
- Mapping Protocol.
- PyMapping_Items
- Mapping Protocol.
- PyMapping_Keys
- Mapping Protocol.
- PyMapping_Length
- Mapping Protocol.
- PyMapping_SetItemString
- Mapping Protocol.
- PyMapping_Values
- Mapping Protocol.
- PyMem_Del
- Memory Interface.
- PyMem_Free
- Memory Interface.
- PyMem_Malloc
- Memory Interface.
- PyMem_New
- Memory Interface.
- PyMem_Realloc
- Memory Interface.
- PyMem_Resize
- Memory Interface.
- PyModule_AddIntConstant
- Module Objects.
- PyModule_AddObject
- Module Objects.
- PyModule_AddStringConstant
- Module Objects.
- PyModule_Check
- Module Objects.
- PyModule_GetDict
- Module Objects.
- PyModule_GetFilename
- Module Objects.
- PyModule_GetName
- Module Objects.
- PyModule_New
- Module Objects.
- PyModule_Type
- Module Objects.
- PyNumber_Absolute
- Number Protocol.
- PyNumber_Add
- Number Protocol.
- PyNumber_And
- Number Protocol.
- PyNumber_Check
- Number Protocol.
- PyNumber_Coerce
- Number Protocol.
- PyNumber_Divide
- Number Protocol.
- PyNumber_Divmod
- Number Protocol.
- PyNumber_Float
- Number Protocol.
- PyNumber_InPlaceAdd
- Number Protocol.
- PyNumber_InPlaceAnd
- Number Protocol.
- PyNumber_InPlaceDivide
- Number Protocol.
- PyNumber_InPlaceLshift
- Number Protocol.
- PyNumber_InPlaceMultiply
- Number Protocol.
- PyNumber_InPlaceOr
- Number Protocol.
- PyNumber_InPlacePower
- Number Protocol.
- PyNumber_InPlaceRemainder
- Number Protocol.
- PyNumber_InPlaceRshift
- Number Protocol.
- PyNumber_InPlaceSubtract
- Number Protocol.
- PyNumber_InPlaceXor
- Number Protocol.
- PyNumber_Int
- Number Protocol.
- PyNumber_Invert
- Number Protocol.
- PyNumber_Long
- Number Protocol.
- PyNumber_Lshift
- Number Protocol.
- PyNumber_Multiply
- Number Protocol.
- PyNumber_Negative
- Number Protocol.
- PyNumber_Or
- Number Protocol.
- PyNumber_Positive
- Number Protocol.
- PyNumber_Power
- Number Protocol.
- PyNumber_Remainder
- Number Protocol.
- PyNumber_Rshift
- Number Protocol.
- PyNumber_Subtract
- Number Protocol.
- PyNumber_Xor
- Number Protocol.
- PyObject_AsCharBuffer
- Buffer Protocol.
- PyObject_AsFileDescriptor
- Object Protocol.
- PyObject_AsReadBuffer
- Buffer Protocol.
- PyObject_AsWriteBuffer
- Buffer Protocol.
- PyObject_CallFunction
- Object Protocol.
- PyObject_CallMethod
- Object Protocol.
- PyObject_CallObject
- Object Protocol.
- PyObject_Cmp
- Object Protocol.
- PyObject_Compare
- Object Protocol.
- PyObject_DEL
- Defining New Object Types.
- PyObject_Del
- Defining New Object Types.
- PyObject_DelAttr
- Object Protocol.
- PyObject_DelAttrString
- Object Protocol.
- PyObject_DelItem
- Object Protocol.
- PyObject_GC_Fini
- Supporting Cyclic Garbarge Collection.
- PyObject_GC_Init
- Supporting Cyclic Garbarge Collection.
- PyObject_GetAttr
- Object Protocol.
- PyObject_GetAttrString
- Object Protocol.
- PyObject_GetItem
- Object Protocol.
- PyObject_HasAttr
- Object Protocol.
- PyObject_HasAttrString
- Object Protocol.
- PyObject_Hash
- Object Protocol.
- PyObject_Init
- Defining New Object Types.
- PyObject_InitVar
- Defining New Object Types.
- PyObject_IsInstance
- Object Protocol.
- PyObject_IsSubclass
- Object Protocol.
- PyObject_IsTrue
- Object Protocol.
- PyObject_Length
- Object Protocol.
- PyObject_NEW
- Defining New Object Types.
- PyObject_New
- Defining New Object Types.
- PyObject_NEW_VAR
- Defining New Object Types.
- PyObject_NewVar
- Defining New Object Types.
- PyObject_Print
- Object Protocol.
- PyObject_Repr
- Object Protocol.
- PyObject_SetAttr
- Object Protocol.
- PyObject_SetAttrString
- Object Protocol.
- PyObject_SetItem
- Object Protocol.
- PyObject_Str
- Object Protocol.
- PyObject_Type
- Object Protocol.
- PyObject_Unicode
- Object Protocol.
- PyOS_AfterFork
- OS Utilities.
- PyOS_CheckStack
- OS Utilities.
- PyOS_GetLastModificationTime
- OS Utilities.
- PyOS_getsig
- OS Utilities.
- PyOS_setsig
- OS Utilities.
- PyParser_SimpleParseFile
- Very High Level Layer.
- PyParser_SimpleParseString
- Very High Level Layer.
- PyRun_AnyFile
- Very High Level Layer.
- PyRun_File
- Very High Level Layer.
- PyRun_InteractiveLoop
- Very High Level Layer.
- PyRun_InteractiveOne
- Very High Level Layer.
- PyRun_SimpleFile
- Very High Level Layer.
- PyRun_SimpleString
- Very High Level Layer.
- PyRun_String
- Very High Level Layer.
- PySequence_Check
- Sequence Protocol.
- PySequence_Concat
- Sequence Protocol.
- PySequence_Contains
- Sequence Protocol.
- PySequence_Count
- Sequence Protocol.
- PySequence_DelItem
- Sequence Protocol.
- PySequence_DelSlice
- Sequence Protocol.
- PySequence_Fast
- Sequence Protocol.
- PySequence_Fast_GET_ITEM
- Sequence Protocol.
- PySequence_GetItem
- Sequence Protocol.
- PySequence_GetSlice
- Sequence Protocol.
- PySequence_Index
- Sequence Protocol.
- PySequence_InPlaceConcat
- Sequence Protocol.
- PySequence_InPlaceRepeat
- Sequence Protocol.
- PySequence_Length
- Sequence Protocol.
- PySequence_List
- Sequence Protocol.
- PySequence_Repeat
- Sequence Protocol.
- PySequence_SetItem
- Sequence Protocol.
- PySequence_SetSlice
- Sequence Protocol.
- PySequence_Size
- Sequence Protocol.
- PySequence_Tuple
- Sequence Protocol.
- PyString_AS_STRING
- String Objects.
- PyString_AsEncodedString
- String Objects.
- PyString_AsString
- String Objects.
- PyString_AsStringAndSize
- String Objects.
- PyString_Check
- String Objects.
- PyString_Concat
- String Objects.
- PyString_ConcatAndDel
- String Objects.
- PyString_Decode
- String Objects.
- PyString_Encode
- String Objects.
- PyString_Format
- String Objects.
- PyString_FromString
- String Objects.
- PyString_FromStringAndSize
- String Objects.
- PyString_GET_SIZE
- String Objects.
- PyString_InternFromString
- String Objects.
- PyString_InternInPlace
- String Objects.
- PyString_Size
- String Objects.
- PyString_Type
- String Objects.
- PySys_SetArgv
- Initialization.
- PyThreadState_Clear
- Thread State and the Global Interpreter Lock.
- PyThreadState_Delete
- Thread State and the Global Interpreter Lock.
- PyThreadState_Get
- Thread State and the Global Interpreter Lock.
- PyThreadState_GetDict
- Thread State and the Global Interpreter Lock.
- PyThreadState_New
- Thread State and the Global Interpreter Lock.
- PyThreadState_Swap
- Thread State and the Global Interpreter Lock.
- PyTuple_Check
- Tuple Objects.
- PyTuple_GET_ITEM
- Tuple Objects.
- PyTuple_GetItem
- Tuple Objects.
- PyTuple_GetSlice
- Tuple Objects.
- PyTuple_New
- Tuple Objects.
- PyTuple_SET_ITEM
- Tuple Objects.
- PyTuple_SetItem
- Tuple Objects.
- PyTuple_Size
- Tuple Objects.
- PyTuple_Type
- Tuple Objects.
- PyType_Check
- Type Objects.
- PyType_HasFeature
- Type Objects.
- PyType_Type
- Type Objects.
- PyUnicode_AS_DATA
- Unicode Objects.
- PyUnicode_AS_UNICODE
- Unicode Objects.
- PyUnicode_AsASCIIString
- Builtin Codecs.
- PyUnicode_AsCharmapString
- Builtin Codecs.
- PyUnicode_AsEncodedString
- Builtin Codecs.
- PyUnicode_AsLatin1String
- Builtin Codecs.
- PyUnicode_AsMBCSString
- Builtin Codecs.
- PyUnicode_AsRawUnicodeEscapeString
- Builtin Codecs.
- PyUnicode_AsUnicode
- Unicode Objects.
- PyUnicode_AsUnicodeEscapeString
- Builtin Codecs.
- PyUnicode_AsUTF16String
- Builtin Codecs.
- PyUnicode_AsUTF8String
- Builtin Codecs.
- PyUnicode_AsWideChar
- Unicode Objects.
- PyUnicode_Check
- Unicode Objects.
- PyUnicode_Compare
- Methods and Slot Functions.
- PyUnicode_Concat
- Methods and Slot Functions.
- PyUnicode_Contains
- Methods and Slot Functions.
- PyUnicode_Count
- Methods and Slot Functions.
- PyUnicode_Decode
- Builtin Codecs.
- PyUnicode_DecodeASCII
- Builtin Codecs.
- PyUnicode_DecodeCharmap
- Builtin Codecs.
- PyUnicode_DecodeLatin1
- Builtin Codecs.
- PyUnicode_DecodeMBCS
- Builtin Codecs.
- PyUnicode_DecodeRawUnicodeEscape
- Builtin Codecs.
- PyUnicode_DecodeUnicodeEscape
- Builtin Codecs.
- PyUnicode_DecodeUTF16
- Builtin Codecs.
- PyUnicode_DecodeUTF8
- Builtin Codecs.
- PyUnicode_Encode
- Builtin Codecs.
- PyUnicode_EncodeASCII
- Builtin Codecs.
- PyUnicode_EncodeCharmap
- Builtin Codecs.
- PyUnicode_EncodeLatin1
- Builtin Codecs.
- PyUnicode_EncodeMBCS
- Builtin Codecs.
- PyUnicode_EncodeRawUnicodeEscape
- Builtin Codecs.
- PyUnicode_EncodeUnicodeEscape
- Builtin Codecs.
- PyUnicode_EncodeUTF16
- Builtin Codecs.
- PyUnicode_EncodeUTF8
- Builtin Codecs.
- PyUnicode_Find
- Methods and Slot Functions.
- PyUnicode_Format
- Methods and Slot Functions.
- PyUnicode_FromEncodedObject
- Unicode Objects.
- PyUnicode_FromObject
- Unicode Objects.
- PyUnicode_FromUnicode
- Unicode Objects.
- PyUnicode_FromWideChar
- Unicode Objects.
- PyUnicode_GET_DATA_SIZE
- Unicode Objects.
- PyUnicode_GET_SIZE
- Unicode Objects.
- PyUnicode_GetSize
- Unicode Objects.
- PyUnicode_Join
- Methods and Slot Functions.
- PyUnicode_Replace
- Methods and Slot Functions.
- PyUnicode_Split
- Methods and Slot Functions.
- PyUnicode_Splitlines
- Methods and Slot Functions.
- PyUnicode_Tailmatch
- Methods and Slot Functions.
- PyUnicode_Translate
- Methods and Slot Functions.
- PyUnicode_TranslateCharmap
- Builtin Codecs.
- PyUnicode_Type
- Unicode Objects.
- reload
- Importing Modules.
- repr
- Object Protocol.
- str
- Object Protocol.
- tuple <1>
- List Objects.
- tuple
- Sequence Protocol.
- type
- Object Protocol.
- unistr
- Object Protocol.
automatically generated by info2www version 1.2.2.9
|