picop.cybool#
Boolean helpers.
- picop.cybool.bool_check(o)#
Return True if
ois abool(PyBool_Check). :type o:object:param o:- Return type:
- picop.cybool.bool_eq(a, b)#
Return True if values are equal (identity short-circuit + richcompare). :type a:
object:param a: :type b:object:param b:- Return type: