Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 1.54 KB

File metadata and controls

87 lines (57 loc) · 1.54 KB

Internal modules

.. automodule:: PIL._binary
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: PIL._deprecate
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: PIL._tkinter_finder
    :members:
    :undoc-members:
    :show-inheritance:

.. module:: PIL._typing

Provides a convenient way to import type hints that are not available on some Python versions.

.. py:class:: Buffer

    Typing alias.

.. py:class:: IntegralLike

    Typing alias.

.. py:class:: NumpyArray

    Typing alias.

.. py:class:: StrOrBytesPath

    Typing alias.

.. py:class:: SupportsRead

    An object that supports the read method.

.. automodule:: PIL._util
    :members:
    :undoc-members:
    :show-inheritance:

.. module:: PIL._version

.. data:: __version__
    :annotation:
    :type: str

    This is the master version number for Pillow,
    all other uses reference this module.

.. module:: PIL._imaging
.. module:: PIL.Image.core

An internal interface module previously known as :mod:`~PIL._imaging`, implemented in :file:`_imaging.c`.

.. py:class:: ImagingCore

    A representation of the image data.