Liking cljdoc? Tell your friends :D

libpython-clj.jna.concrete.numeric.boolean


Py_Falseclj

(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.
sourceraw docstring

Py_Trueclj

(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.
sourceraw docstring

PyBool_Checkclj

(PyBool_Check p)

Return true if o is of type PyBool_Type.

Return true if o is of type PyBool_Type.
sourceraw docstring

PyBool_FromLongclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close