mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added missing docstring
This commit is contained in:
parent
66d78bf2a0
commit
f30c3ad0d9
2 changed files with 2 additions and 1 deletions
|
@ -777,6 +777,7 @@ _res = Py_BuildValue("O&",
|
|||
return _res;"""
|
||||
|
||||
f = ManualGenerator("CreateTabsControl", createtabscontrol_body, condition="#if TARGET_API_MAC_CARBON")
|
||||
f.docstring = lambda: "(WindowPtr window, Rect boundsRect, UInt16 size, UInt16 direction, ControlTabEntry tabArray) -> (ControlHandle outControl)"
|
||||
module.add(f)
|
||||
|
||||
# generate output (open the output file as late as possible)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue