(Py_False)
The Python False object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
The Python False object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
(Py_True)
The Python True object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
The Python True object. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
(PyBool_Check p)
Return true if o is of type PyBool_Type.
Return true if o is of type PyBool_Type.
(PyBool_FromLong v)
Return value: New reference.
Return a new reference to Py_True or Py_False depending on the truth value of v.
Return value: New reference. Return a new reference to Py_True or Py_False depending on the truth value of v.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close