ansys.scade.apitools.prop.pragma.remove_pragma_tool# ansys.scade.apitools.prop.pragma.remove_pragma_tool(object_: scade.model.suite.Object, id: str, key: str) → bool# 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.