-
craftutils.wrap.dragons.Table.copy(copy_data=
True) Return a copy of the table.
Parameters¶
- copy_databool
If True (the default), copy the underlying data array. Otherwise, use the same data array. The
metais always deepcopied regardless of the value forcopy_data.