2020-06-14 17:39:23 +03:00
|
|
|
Internal Modules
|
|
|
|
================
|
|
|
|
|
2020-06-22 06:52:50 +03:00
|
|
|
:mod:`~PIL._binary` Module
|
|
|
|
--------------------------
|
2020-06-14 17:39:23 +03:00
|
|
|
|
|
|
|
.. automodule:: PIL._binary
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-04-05 16:33:20 +03:00
|
|
|
:mod:`~PIL._deprecate` Module
|
|
|
|
-----------------------------
|
|
|
|
|
|
|
|
.. automodule:: PIL._deprecate
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2020-06-22 06:52:50 +03:00
|
|
|
:mod:`~PIL._tkinter_finder` Module
|
|
|
|
----------------------------------
|
2020-06-14 17:39:23 +03:00
|
|
|
|
|
|
|
.. automodule:: PIL._tkinter_finder
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2023-12-27 16:54:48 +03:00
|
|
|
:mod:`~PIL._typing` Module
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
.. module:: PIL._typing
|
|
|
|
|
|
|
|
Provides a convenient way to import type hints that are not available
|
2023-12-27 18:17:51 +03:00
|
|
|
on some Python versions.
|
2023-12-27 16:54:48 +03:00
|
|
|
|
2024-09-08 01:30:30 +03:00
|
|
|
.. py:class:: Buffer
|
|
|
|
|
|
|
|
Typing alias.
|
|
|
|
|
2024-08-31 11:48:16 +03:00
|
|
|
.. py:class:: IntegralLike
|
|
|
|
|
|
|
|
Typing alias.
|
|
|
|
|
2024-06-21 13:41:22 +03:00
|
|
|
.. py:class:: NumpyArray
|
|
|
|
|
|
|
|
Typing alias.
|
|
|
|
|
2024-01-22 22:37:37 +03:00
|
|
|
.. py:class:: StrOrBytesPath
|
|
|
|
|
|
|
|
Typing alias.
|
|
|
|
|
|
|
|
.. py:class:: SupportsRead
|
|
|
|
|
|
|
|
An object that supports the read method.
|
|
|
|
|
2023-12-27 16:54:48 +03:00
|
|
|
.. py:data:: TypeGuard
|
|
|
|
:value: typing.TypeGuard
|
|
|
|
|
|
|
|
See :py:obj:`typing.TypeGuard`.
|
|
|
|
|
2020-06-22 06:52:50 +03:00
|
|
|
:mod:`~PIL._util` Module
|
|
|
|
------------------------
|
2020-06-14 17:39:23 +03:00
|
|
|
|
|
|
|
.. automodule:: PIL._util
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2020-06-22 06:52:50 +03:00
|
|
|
: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`.
|
2024-07-25 15:55:49 +03:00
|
|
|
|
|
|
|
.. py:class:: ImagingCore
|
|
|
|
|
|
|
|
A representation of the image data.
|