Modules§
Macros§
- impl_
copy_ for_ instruction - Implements copy and deepcopy on any variant of the
PyInstructionclass, making them compatible with Python’scopymodule. - impl_eq
- impl_
pickle_ for_ instruction - Implements pickling for an instruction by implementing getstate and reduce.
- impl_
to_ quil - Implement
to_quilandto_quil_or_debugmethods for wrapper types whose inner type implementsQuil.