cirq.parameter_symbols

Returns parameter symbols for this object.

val Object for which to find the parameter symbols.

A set of parameter symbols if the object is parameterized. It the object does not implement the _parametersymbols magic method or that method returns NotImplemented, returns an empty set.