mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Added IPythonViewer docstring
This commit is contained in:
parent
5e0a4acb85
commit
7b09463809
|
@ -227,6 +227,8 @@ if sys.platform not in ("win32", "darwin"): # unixoids
|
|||
|
||||
|
||||
class IPythonViewer(Viewer):
|
||||
"""The viewer for IPython frontends."""
|
||||
|
||||
def show_image(self, image, **options):
|
||||
ipython_display(image)
|
||||
return 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user