Add PyEval_CallFunction() and PyEval_CallMethod().

This commit is contained in:
Guido van Rossum 1998-08-08 20:55:59 +00:00
parent 3d109a0e6d
commit 3804d7ee97
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ EXPORTS
PyErr_SetString PyErr_SetString
PyEval_AcquireLock PyEval_AcquireLock
PyEval_AcquireThread PyEval_AcquireThread
PyEval_CallFunction
PyEval_CallMethod
PyEval_CallObject PyEval_CallObject
PyEval_CallObjectWithKeywords PyEval_CallObjectWithKeywords
PyEval_EvalCode PyEval_EvalCode