mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Minimal useful docstring for CopyComPointer.
This commit is contained in:
parent
3de83e9b61
commit
11d68a6ac4
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ call_commethod(PyObject *self, PyObject *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
static char copy_com_pointer_doc[] =
|
static char copy_com_pointer_doc[] =
|
||||||
"CopyComPointer(a, b) -> integer\n";
|
"CopyComPointer(src, dst) -> HRESULT value\n";
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
copy_com_pointer(PyObject *self, PyObject *args)
|
copy_com_pointer(PyObject *self, PyObject *args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue