Package: mlreportgen.utils
Superclasses:
Wrap HTMX document file for viewing
wraps an HTMX document file and returns it as an HTMX doc object. The HTMX doc object is not
visible on construction. To make it visible, use the docobj
= mlreportgen.utils.HTMXDoc(filename
)show
method.
show | Show HTMX file
|
hide | Hide HTMX file
|
isVisible | Test whether HTMX file is visible
|
This example wraps the existing MyHTMXDoc.html
file into an HTMXDoc
object.
docobj = mlreportgen.utils.HTMXDoc("MyHTMXDoc.htmx");
show(docobj);