##// END OF EJS Templates
Backport PR #9409: Return value from format_display_data...
Min RK -
Show More
@@ -966,7 +966,7 b' def format_display_data(obj, include=None, exclude=None):'
966 """
966 """
967 from IPython.core.interactiveshell import InteractiveShell
967 from IPython.core.interactiveshell import InteractiveShell
968
968
969 InteractiveShell.instance().display_formatter.format(
969 return InteractiveShell.instance().display_formatter.format(
970 obj,
970 obj,
971 include,
971 include,
972 exclude
972 exclude
General Comments 0
You need to be logged in to leave comments. Login now