blob: 0ea8b9b8678876469db743fbd895c9152ef3dc42 (
plain)
1
2
3
|
The new function :c:func:`PyCode_NewWithPosOnlyArgs` allows to create
code objects like :c:func:`PyCode_New`, but with an extra *posonlyargcount*
parameter for indicating the number of positonal-only arguments.
|