cirq.remove_tags

Removes tags from the operations based on the input args.

circuit Input circuit to apply the transformations on. The input circuit is not mutated.
context cirq.TransformerContext storing common configurable options for transformers.
target_tags Tags to be removed.
remove_if A callable(tag) that returns True if the tag should be removed. Defaults to False.

Copy of the transformed input circuit.