mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
* bpo-36540: Documentation for PEP570 - Python positional only arguments * fixup! bpo-36540: Documentation for PEP570 - Python positional only arguments * Update reference for compound statements * Apply suggestions from Carol Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> * Update Doc/tutorial/controlflow.rst Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> * Add extra bullet point and minor edits
This commit is contained in:
parent
77f0ed7a42
commit
b76302ddd0
5 changed files with 182 additions and 10 deletions
|
|
@ -236,6 +236,7 @@ PyCode_GetNumFree:PyCodeObject*:co:0:
|
|||
|
||||
PyCode_New:PyCodeObject*::+1:
|
||||
PyCode_New:int:argcount::
|
||||
PyCode_New:int:posonlyargcount::
|
||||
PyCode_New:int:kwonlyargcount::
|
||||
PyCode_New:int:nlocals::
|
||||
PyCode_New:int:stacksize::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue