=========== is_changing =========== .. py:function:: is_changing(self) **domain**: server **language**: python **class** :doc:`Item class ` Description =========== Checks if an item is in edit or insert state and returns true if it is. An application calls :doc:`edit ` to put an item into edit state and :doc:`append ` or :doc:`insert ` to put an item into insert state. See also ======== :doc:`Modifying datasets `