Chapter 13. Generated Copy Methods
When -copy
or -gencopy
is
specifiedon the command line, ASN1C will generate copy_value
methods in Python code. These methods perform a deep copy.
The copy_value
method is provided in the following
form:
def copy_value(self):