remove_pragma_tool(object_, id, key)# Remove the pragma from an object. See the pragma_tool example. Parameters: object_suite.ObjectElement to search for the pragma. idstrID of the pragma. keystrFirst token of the pragma. Returns: boolTrue if the pragma is found, False otherwise.