Modules§
Macros§
- Implements copy and deepcopy on any variant of the
PyInstruction
class, making them compatible with Python’scopy
module. - Implements pickling for an instruction by implementing getstate and reduce.
PyInstruction
class, making
them compatible with Python’s copy
module.