Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0aaf6e4

Browse files
committed
format
1 parentf04e5ce commit0aaf6e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎Include/modsupport.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ extern "C" {
1212
PyAPI_FUNC(int)PyArg_Parse(PyObject*,constchar*, ...);
1313
PyAPI_FUNC(int)PyArg_ParseTuple(PyObject*,constchar*, ...);
1414
PyAPI_FUNC(int)PyArg_ParseTupleAndKeywords(PyObject*,PyObject*,
15-
constchar*,char**, ...);
15+
constchar*,char**, ...);
1616
PyAPI_FUNC(int)PyArg_VaParse(PyObject*,constchar*,va_list);
1717
PyAPI_FUNC(int)PyArg_VaParseTupleAndKeywords(PyObject*,PyObject*,
18-
constchar*,char**,va_list);
18+
constchar*,char**,va_list);
1919

2020
PyAPI_FUNC(int)PyArg_ValidateKeywordArguments(PyObject*);
2121
PyAPI_FUNC(int)PyArg_UnpackTuple(PyObject*,constchar*,Py_ssize_t,Py_ssize_t, ...);
2222
PyAPI_FUNC(PyObject*)Py_BuildValue(constchar*, ...);
23-
24-
2523
PyAPI_FUNC(PyObject*)Py_VaBuildValue(constchar*,va_list);
2624

2725
// Add an attribute with name 'name' and value 'obj' to the module 'mod.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp