This symbol is a type alias.
A circuits.Circuit
or a value that can be trivially converted into it: a gate, an operation, and a list or tree of operations.
Source:
CIRCUIT_LIKE = Union[
cirq.Circuit
,
cirq.Gate
,
cirq.Operation
,
cirq.ops.op_tree.OpTree
]