Class: mlreportgen.report.Reporter
Package: mlreportgen.report
Create copy of reporter object and make deep copies of property values that reference a reporter, ReporterLayout, or DOM object
reporterObj2 = copy(reporterObj1)
returns a copy of the specified reporter object. The returned copy contains a deep copy of any property value of
reporterObj2
= copy(reporterObj1
)reporterObj1
that references a reporter,
mlreportgen.report.ReporterLayout
object, or DOM object. As a result, the
corresponding property value in reporterObj2
refers to a new, independent
object. You can modify the properties of the original or new object without affecting the
other object.