Pillow/docs/reference/internal_modules.rst

48 lines
925 B
ReStructuredText
Raw Normal View History

2020-06-14 17:39:23 +03:00
Internal Modules
================
:mod:`~PIL._binary` Module
--------------------------
2020-06-14 17:39:23 +03:00
.. automodule:: PIL._binary
:members:
:undoc-members:
:show-inheritance:
:mod:`~PIL._tkinter_finder` Module
----------------------------------
2020-06-14 17:39:23 +03:00
.. automodule:: PIL._tkinter_finder
:members:
:undoc-members:
:show-inheritance:
:mod:`~PIL._util` Module
------------------------
2020-06-14 17:39:23 +03:00
.. automodule:: PIL._util
:members:
:undoc-members:
:show-inheritance:
:mod:`~PIL._version` Module
---------------------------
2020-06-14 17:39:23 +03:00
.. module:: PIL._version
.. data:: __version__
:annotation:
:type: str
This is the master version number for Pillow,
all other uses reference this module.
2020-07-09 20:48:58 +03:00
:mod:`PIL.Image.core` Module
----------------------------
.. module:: PIL._imaging
.. module:: PIL.Image.core
An internal interface module previously known as :mod:`~PIL._imaging`,
implemented in :file:`_imaging.c`.