Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 115eb64

Browse files
committed
Added PyArg_ParseTupleAndKeywords, PyErr_Format.
1 parent c4193f1 commit 115eb64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PC/python_nt.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ EXPORTS
245245
PyArg_Parse
246246
PyArgs_VaParse
247247
PyArg_ParseTuple
248+
PyArg_ParseTupleAndKeywords
248249
PyArg_GetChar
249250
PyArg_GetDoubleArray
250251
PyArg_GetFloat
@@ -259,6 +260,7 @@ EXPORTS
259260
PyArg_GetString
260261
PyErr_BadArgument
261262
PyErr_BadInternalCall
263+
PyErr_Format
262264
PyErr_NoMemory
263265
PyErr_SetFromErrno
264266
PyErr_SetNone

0 commit comments

Comments
 (0)