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