remove_pragma_tool(object_, id, key)#

Remove the pragma from an object.

See the pragma_tool example.

Parameters:
object_suite.Object

Element to search for the pragma.

idstr

ID of the pragma.

keystr

First token of the pragma.

Returns:
bool

True if the pragma is found, False otherwise.