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