mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
This commit is contained in:
parent
7feb54a634
commit
148c76b27c
2 changed files with 79 additions and 38 deletions
|
@ -5,7 +5,7 @@ c-api/sequence,,:i2,o[i1:i2]
|
|||
c-api/tuple,,:high,p[low:high]
|
||||
c-api/unicode,,:end,str[start:end]
|
||||
c-api/unicode,,:start,unicode[start:start+length]
|
||||
distutils/examples,267,`,This is the description of the ``foobar`` package.
|
||||
distutils/examples,,`,This is the description of the ``foobar`` package.
|
||||
distutils/setupscript,,::,
|
||||
extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
|
||||
extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue