mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +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):
|
class IPythonViewer(Viewer):
|
||||||
|
"""The viewer for IPython frontends."""
|
||||||
|
|
||||||
def show_image(self, image, **options):
|
def show_image(self, image, **options):
|
||||||
ipython_display(image)
|
ipython_display(image)
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user