mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
This commit is contained in:
parent
413ba8943e
commit
f2d07d3289
52 changed files with 125 additions and 139 deletions
|
@ -11,6 +11,12 @@ creation and deletion functions don't apply to booleans. The following macros
|
|||
are available, however.
|
||||
|
||||
|
||||
.. c:var:: PyTypeObject PyBool_Type
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python boolean type; it
|
||||
is the same object as :class:`bool` in the Python layer.
|
||||
|
||||
|
||||
.. c:function:: int PyBool_Check(PyObject *o)
|
||||
|
||||
Return true if *o* is of type :c:data:`PyBool_Type`. This function always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue