blob: 6a4f5a0ad46aedb3e7d658820e991eb226047385 [file] [log] [blame]
Guido van Rossumd19828d1996-07-30 18:02:59 +00001struct methodlist PyMethodDef
2struct methodchain PyMethodChain
3
4True Py_True
5False Py_False
6None Py_None
7
Guido van Rossumd19828d1996-07-30 18:02:59 +00008methodlist PyMethodDef
9methodchain PyMethodChain
10
11Accesstype PyAccess_Type
12is_accessobject PyAccess_Check
13newaccessobject PyAccess_FromValue
14getaccessvalue PyAccess_AsValue
15setaccessvalue PyAccess_SetValue
16setaccessowner PyAccess_SetOwner
17cloneaccessobject PyAccess_Clone
18hasaccessvalue PyAccess_HasValue
19Anynumbertype PyAnyNumber_Type
20Anysequencetype PyAnySequence_Type
21Anymappingtype PyAnyMapping_Type
22
23FalseObject _Py_ZeroStruct
24NoObject _Py_NoneStruct
25TrueObject _Py_TrueStruct
26debugging Py_DebugFlag
27gram _PyParser_Grammar
28sys_profile _PySys_ProfileFunc
29sys_trace _PySys_TraceFunc
30sys_checkinterval _PySys_CheckInterval
31threads_started _PyThread_Started
32tok_name _PyParser_TokenNames
33verbose Py_VerboseFlag
34suppress_print Py_SuppressPrintingFlag
35AccessError PyExc_AccessError
36AttributeError PyExc_AttributeError
37ConflictError PyExc_ConflictError
38EOFError PyExc_EOFError
Guido van Rossumb6a7f771997-05-09 03:03:23 +000039FloatingPointError PyExc_FloatingPointError
Guido van Rossumd19828d1996-07-30 18:02:59 +000040IOError PyExc_IOError
41ImportError PyExc_ImportError
42IndexError PyExc_IndexError
43KeyError PyExc_KeyError
44MemoryError PyExc_MemoryError
45NameError PyExc_NameError
46OverflowError PyExc_OverflowError
47RuntimeError PyExc_RuntimeError
48SyntaxError PyExc_SyntaxError
49SystemError PyExc_SystemError
50TypeError PyExc_TypeError
51ValueError PyExc_ValueError
52ZeroDivisionError PyExc_ZeroDivisionError
53KeyboardInterrupt PyExc_KeyboardInterrupt
54SystemExit PyExc_SystemExit
55Floattype PyFloat_Type
56Complextype PyComplex_Type
57Inttype PyInt_Type
58Longtype PyLong_Type
59Notype PyNothing_Type
60Stringtype PyString_Type
61Typetype PyType_Type
62Listtype PyList_Type
63Dicttype PyDict_Type
64Mappingtype PyDict_Type
65Tupletype PyTuple_Type
66Filetype PyFile_Type
67Classtype PyClass_Type
68Functype PyFunction_Type
69Instancemethodtype PyMethod_Type
70Instancetype PyInstance_Type
71Methodtype PyCFunction_Type
72Moduletype PyModule_Type
73Codetype PyCode_Type
74Frametype PyFrame_Type
75Rangetype PyRange_Type
76floatobject PyFloatObject
77complexobject PyComplexObject
78intobject PyIntObject
79longobject PyLongObject
80noobject PyNothingObject
81object PyObject
Guido van Rossumd0c87ee1997-05-15 21:31:03 +000082varobject PyVarObject
Guido van Rossumd19828d1996-07-30 18:02:59 +000083stringobject PyStringObject
84typeobject PyTypeObject
85listobject PyListObject
86dictobject PyDictObject
87tupleobject PyTupleObject
88fileobject PyFileObject
89classobject PyClassObject
90codeobject PyCodeObject
91frameobject PyFrameObject
92funcobject PyFunctionObject
93instancemethodobject PyMethodObject
94instanceobject PyInstanceObject
95methodobject PyCFunctionObject
96moduleobject PyModuleObject
97number_methods PyNumberMethods
98sequence_methods PySequenceMethods
99mapping_methods PyMappingMethods
100OB_HEAD PyObject_HEAD
101OB_VARHEAD PyObject_VAR_HEAD
102OB_HEAD_INIT PyObject_HEAD_INIT
103NEWOBJ PyObject_NEW
104NEWVAROBJ PyObject_NEW_VAR
105PROTO Py_PROTO
106FPROTO Py_FPROTO
107NEW PyMem_NEW
108RESIZE PyMem_RESIZE
109DEL PyMem_DEL
110XDEL PyMem_XDEL
111BGN_SAVE Py_BEGIN_ALLOW_THREADS
112RET_SAVE Py_BLOCK_THREADS
113RES_SAVE Py_UNBLOCK_THREADS
114END_SAVE Py_END_ALLOW_THREADS
115callable PyCallable_Check
116is_floatobject PyFloat_Check
117is_complexobject PyComplex_Check
118is_intobject PyInt_Check
119is_longobject PyLong_Check
120is_stringobject PyString_Check
121is_typeobject PyType_Check
122is_listobject PyList_Check
123is_dictobject PyDict_Check
124is_mappingobject PyDict_Check
125is_tupleobject PyTuple_Check
126is_fileobject PyFile_Check
127is_classobject PyClass_Check
128is_codeobject PyCode_Check
129is_frameobject PyFrame_Check
130is_funcobject PyFunction_Check
131is_instancemethodobject PyMethod_Check
132is_instanceobject PyInstance_Check
133is_methodobject PyCFunction_Check
134is_moduleobject PyModule_Check
135INCREF Py_INCREF
136DECREF Py_DECREF
137XINCREF Py_XINCREF
138XDECREF Py_XDECREF
139NEWREF _Py_NewReference
140DELREF _Py_Dealloc
141UNREF _Py_ForgetReference
142cmpobject PyObject_Compare
143getattr PyObject_GetAttrString
144getattro PyObject_GetAttr
145hasattr PyObject_HasAttrString
146hasattro PyObject_HasAttr
147hashobject PyObject_Hash
148newobject _PyObject_New
149newvarobject _PyObject_NewVar
150printobject PyObject_Print
151reprobject PyObject_Repr
152strobject PyObject_Str
153setattr PyObject_SetAttrString
154setattro PyObject_SetAttr
155testbool PyObject_IsTrue
156PRINT_RAW Py_PRINT_RAW
157float_buf_repr PyFloat_AsString
158getfloatvalue PyFloat_AsDouble
159GETFLOATVALUE PyFloat_AS_DOUBLE
160newfloatobject PyFloat_FromDouble
161newcomplexobject PyComplex_FromCComplex
162getintvalue PyInt_AsLong
163GETINTVALUE PyInt_AS_LONG
164getmaxint PyInt_GetMax
165newintobject PyInt_FromLong
166alloclongobject _PyLong_New
167dgetlongvalue PyLong_AsDouble
168dnewlongobject PyLong_FromDouble
169getlongvalue PyLong_AsLong
170long_escan PyLong_FromString
171newlongobject PyLong_FromLong
172formatstring PyString_Format
173getstringsize PyString_Size
174getstringvalue PyString_AsString
175GETSTRINGVALUE PyString_AS_STRING
176joinstring PyString_Concat
177joinstring_decref PyString_ConcatAndDel
178newsizedstringobject PyString_FromStringAndSize
179newstringobject PyString_FromString
180resizestring _PyString_Resize
181addlistitem PyList_Append
182getlistitem PyList_GetItem
183GETLISTITEM PyList_GET_ITEM
184getlistsize PyList_Size
185getlistslice PyList_GetSlice
186inslistitem PyList_Insert
187newlistobject PyList_New
188setlistitem PyList_SetItem
189setlistslice PyList_SetSlice
190sortlist PyList_Sort
191reverselist PyList_Reverse
192listtuple PyList_AsTuple
193dictinsert PyDict_SetItemString
194dictlookup PyDict_GetItemString
195dictremove PyDict_DelItemString
196getmappingitems PyDict_Items
197getdictitems PyDict_Items
198getmappingkeys PyDict_Keys
199getdictkeys PyDict_Keys
200getmappingvalues PyDict_Values
201getdictvalues PyDict_Values
202getmappingsize PyDict_Size
203getdictsize PyDict_Size
204mappingclear PyDict_Clear
205mappinggetnext PyDict_Next
206mappinginsert PyDict_SetItem
207dict2insert PyDict_SetItem
208mappinglookup PyDict_GetItem
209dict2lookup PyDict_GetItem
210mappingremove PyDict_DelItem
211dict2remove PyDict_DelItem
212newmappingobject PyDict_New
213newdictobject PyDict_New
214gettupleitem PyTuple_GetItem
215GETTUPLEITEM PyTuple_GET_ITEM
216SETTUPLEITEM PyTuple_SET_ITEM
217gettuplesize PyTuple_Size
218gettupleslice PyTuple_GetSlice
219newtupleobject PyTuple_New
220settupleitem PyTuple_SetItem
221resizetuple _PyTuple_Resize
222filegetline PyFile_GetLine
223getfilefile PyFile_AsFile
224getfilename PyFile_Name
225setfilebufsize PyFile_SetBufSize
226newfileobject PyFile_FromString
227newopenfileobject PyFile_FromFile
228softspace PyFile_SoftSpace
229writeobject PyFile_WriteObject
230writestring PyFile_WriteString
231instancemethodgetclass PyMethod_Class
232instancemethodgetfunc PyMethod_Function
233instancemethodgetself PyMethod_Self
234issubclass PyClass_IsSubclass
235newclassobject PyClass_New
236newinstancemethodobject PyMethod_New
237newinstanceobject PyInstance_New
238instancebinop PyInstance_DoBinOp
239block PyTryBlock
240extend_stack PyFrame_ExtendStack
241newframeobject PyFrame_New
242pop_block PyFrame_BlockPop
243setup_block PyFrame_BlockSetup
244fast_2_locals PyFrame_FastToLocals
245locals_2_fast PyFrame_LocalsToFast
246getfunccode PyFunction_GetCode
247getfuncglobals PyFunction_GetGlobals
248getfuncargstuff PyFunction_GetArgStuff
249setfuncargstuff PyFunction_SetArgStuff
250mystrtol PyOS_strtol
251mystrtoul PyOS_strtoul
252newfuncobject PyFunction_New
253newrangeobject PyRange_New
254method PyCFunction
255findmethod Py_FindMethod
256findmethodinchain Py_FindMethodInChain
257getmethod PyCFunction_GetFunction
258getself PyCFunction_GetSelf
259getflags PyCFunction_GetFlags
260newmethodobject PyCFunction_New
261getmoduledict PyModule_GetDict
262getmodulename PyModule_GetName
263newmoduleobject PyModule_New
264addaccelerators PyGrammar_AddAccelerators
265finddfa PyGrammar_FindDFA
266labelrepr PyGrammar_LabelRepr
267listtree PyNode_ListTree
268addchild PyNode_AddChild
269freetree PyNode_Free
270newtree PyNode_New
271addtoken PyParser_AddToken
272delparser PyParser_Delete
273newparser PyParser_New
274parsefile PyParser_ParseFile
275parsestring PyParser_ParseString
276tok_1char PyToken_OneChar
277tok_2char PyToken_TwoChars
278tok_free PyTokenizer_Free
279tok_get PyTokenizer_Get
280tok_setupf PyTokenizer_FromFile
281tok_setups PyTokenizer_FromString
282compile PyNode_Compile
283newcodeobject PyCode_New
284call_object PyEval_CallObject
285eval_code PyEval_EvalCode
286flushline Py_FlushLine
287getbuiltins PyEval_GetBuiltins
288getglobals PyEval_GetGlobals
289getlocals PyEval_GetLocals
290getowner PyEval_GetOwner
291getframe PyEval_GetFrame
292getrestricted PyEval_GetRestricted
293init_save_thread PyEval_InitThreads
294printtraceback PyErr_PrintTraceBack
295restore_thread PyEval_RestoreThread
296save_thread PyEval_SaveThread
297tb_fetch PyTraceBack_Fetch
298tb_here PyTraceBack_Here
299tb_print PyTraceBack_Print
300tb_store PyTraceBack_Store
301add_module PyImport_AddModule
302doneimport PyImport_Cleanup
303get_modules PyImport_GetModuleDict
304get_pyc_magic PyImport_GetMagicNumber
305exec_code_module PyImport_ExecCodeModule
306import_module PyImport_ImportModule
307init_frozen PyImport_ImportFrozenModule
308initimport PyImport_Init
309reload_module PyImport_ReloadModule
310frozen_modules PyImport_FrozenModules
311coerce PyNumber_Coerce
312getbuiltin PyBuiltin_GetObject
313initbuiltin PyBuiltin_Init
314getbuiltindict PyBuiltin_GetDict
315getbuiltinmod PyBuiltin_GetModule
316initmarshal PyMarshal_Init
317initmodule Py_InitModule
318initmodule4 Py_InitModule4
319rd_long PyMarshal_ReadLongFromFile
320rd_short PyMarshal_ReadShortFromFile
321rd_object PyMarshal_ReadObjectFromFile
322rds_object PyMarshal_ReadObjectFromString
323wr_long PyMarshal_WriteLongToFile
324wr_short PyMarshal_WriteShortToFile
325wr_object PyMarshal_WriteObjectToFile
326initsys PySys_Init
327setpythonargv PySys_SetArgv
328setpythonpath PySys_SetPath
329sysget PySys_GetObject
330sysgetfile PySys_GetFile
331sysset PySys_SetObject
332compile_string Py_CompileString
333fatal Py_FatalError
334goaway Py_Exit
335cleanup Py_Cleanup
336initall Py_Initialize
337print_error PyErr_Print
338parse_file PyParser_SimpleParseFile
339parse_string PyParser_SimpleParseString
340run PyRun_AnyFile
341run_script PyRun_SimpleFile
342run_command PyRun_SimpleString
343run_file PyRun_File
344run_string PyRun_String
345run_tty_1 PyRun_InteractiveOne
346run_tty_loop PyRun_InteractiveLoop
347getmember PyMember_Get
348setmember PyMember_Set
349mkvalue Py_BuildValue
350vmkvalue Py_VaBuildValue
351getargs PyArg_Parse
Guido van Rossum45510ae1997-05-05 21:53:03 +0000352vgetargs PyArg_VaParse
Guido van Rossumd19828d1996-07-30 18:02:59 +0000353newgetargs PyArg_ParseTuple
354getichararg PyArg_GetChar
355getidoublearray PyArg_GetDoubleArray
356getifloatarg PyArg_GetFloat
357getifloatarray PyArg_GetFloatArray
358getnoarg PyArg_NoArgs
359getilongarg PyArg_GetLong
360getilongarray PyArg_GetLongArray
361getilongarraysize PyArg_GetLongArraySize
362getiobjectarg PyArg_GetObject
363getishortarg PyArg_GetShort
364getishortarray PyArg_GetShortArray
365getishortarraysize PyArg_GetShortArraySize
366getistringarg PyArg_GetString
367err_badarg PyErr_BadArgument
368err_badcall PyErr_BadInternalCall
Guido van Rossumd19828d1996-07-30 18:02:59 +0000369err_nomem PyErr_NoMemory
370err_errno PyErr_SetFromErrno
371err_set PyErr_SetNone
372err_setstr PyErr_SetString
373err_setval PyErr_SetObject
374err_occurred PyErr_Occurred
375err_fetch PyErr_Fetch
376err_restore PyErr_Restore
377err_clear PyErr_Clear
378fgets_intr PyOS_InterruptableGetString
379initintr PyOS_InitInterrupts
380intrcheck PyOS_InterruptOccurred
381getmtime PyOS_GetLastModificationTime
382my_readline PyOS_Readline
383realmain Py_Main
384ref_total _Py_RefTotal
385sigcheck PyErr_CheckSignals
386
387getcompiler Py_GetCompiler
388getcopyright Py_GetCopyright
389getplatform Py_GetPlatform
390getversion Py_GetVersion
391getpythonpath Py_GetPath
392getprogramname Py_GetProgramName
393getargcargv Py_GetArgcArgv
394
395askyesno _Py_AskYesNo
396import_filetab _PyImport_Filetab
397import_maxsuffixsize _PyImport_MaxSuffixSize
398load_dynamic_module _PyImport_LoadDynamicModule
Guido van Rossum1a43ce81997-04-29 20:22:47 +0000399inittab _PyImport_Inittab