picop.cycellobject#
Closure cell helpers.
- picop.cycellobject.cell_check(ob)#
Return True if
obis a cell object (PyCell_Check). :type ob:object:param ob:- Return type:
- picop.cycellobject.cell_eq(a, b)#
Return True if cell contents compare equal (not identity; empty↔empty True). :type a:
object:param a: :type b:object:param b:- Return type:
- picop.cycellobject.cell_get(cell)#
Return the contents of
cellviaPyCell_Get. :type cell:object:param cell:- Return type: