mirror of https://github.com/python/cpython
Argument Clinic: added missing bit of info in howto
This commit is contained in:
parent
c784c6db60
commit
97fceee3b9
|
@ -826,6 +826,7 @@ on the right is the text you'd replace it with.
|
||||||
``'I'`` ``unsigned_int(bitwise=True)``
|
``'I'`` ``unsigned_int(bitwise=True)``
|
||||||
``'k'`` ``unsigned_long(bitwise=True)``
|
``'k'`` ``unsigned_long(bitwise=True)``
|
||||||
``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)``
|
``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)``
|
||||||
|
``'l'`` ``long``
|
||||||
``'L'`` ``PY_LONG_LONG``
|
``'L'`` ``PY_LONG_LONG``
|
||||||
``'n'`` ``Py_ssize_t``
|
``'n'`` ``Py_ssize_t``
|
||||||
``'O'`` ``object``
|
``'O'`` ``object``
|
||||||
|
|
Loading…
Reference in New Issue