Module pandas_profiling.report.presentation.flavours.html.html
Expand source code
from pandas_profiling.report.presentation.core import HTML
class HTMLHTML(HTML):
def render(self):
return self.content["html"]
Classes
class HTMLHTML (content, **kwargs)
-
Helper class that provides a standard way to create an ABC using inheritance.
Expand source code
class HTMLHTML(HTML): def render(self): return self.content["html"]
Ancestors
- HTML
- ItemRenderer
- Renderable
- abc.ABC
Methods
def render(self)
-
Expand source code
def render(self): return self.content["html"]