mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add .. availability:: Windows directive to COM-related function prototype (GH-127436)
Add a directive to prototype that "returns a foreign function that will call a COM method"
This commit is contained in:
parent
b3cbd8f1b5
commit
145276a072
1 changed files with 2 additions and 0 deletions
|
|
@ -1812,6 +1812,8 @@ different ways, depending on the type and number of the parameters in the call:
|
|||
the COM interface as first argument, in addition to those parameters that
|
||||
are specified in the :attr:`!argtypes` tuple.
|
||||
|
||||
.. availability:: Windows
|
||||
|
||||
|
||||
The optional *paramflags* parameter creates foreign function wrappers with much
|
||||
more functionality than the features described above.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue