.. py:function:: remove_pragma(object_, id) Remove the pragma ID from an object. See the :ref:`pragma ` example. :Parameters: **object\_** : :obj:`suite.Object` Element to search for the pragma. **id** : :class:`python:str` ID of the pragma. :Returns: :ref:`bool ` ``True`` when the pragma is found, ``False`` otherwise. .. !! processed by numpydoc !!