remove_pragma(object_, id)#

Remove the pragma ID from an object.

See the pragma example.

Parameters:
object_suite.Object

Element to search for the pragma.

idstr

ID of the pragma.

Returns:
bool

True when the pragma is found, False otherwise.