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