##// END OF EJS Templates
Merge pull request #9173 from pwaller/patch-1...
Min RK -
r21997:10fd200f merge
parent child Browse files
Show More
@@ -185,6 +185,9 b' def display_pretty(*objs, **kwargs):'
185
185
186 def display_html(*objs, **kwargs):
186 def display_html(*objs, **kwargs):
187 """Display the HTML representation of an object.
187 """Display the HTML representation of an object.
188
189 Note: If raw=False and the object does not have a HTML
190 representation, no HTML will be shown.
188
191
189 Parameters
192 Parameters
190 ----------
193 ----------
General Comments 0
You need to be logged in to leave comments. Login now