mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com> Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
		
			
				
	
	
		
			88 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Internal modules
 | 
						|
================
 | 
						|
 | 
						|
:mod:`~PIL._binary` module
 | 
						|
--------------------------
 | 
						|
 | 
						|
.. automodule:: PIL._binary
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
    :show-inheritance:
 | 
						|
 | 
						|
:mod:`~PIL._deprecate` module
 | 
						|
-----------------------------
 | 
						|
 | 
						|
.. automodule:: PIL._deprecate
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
    :show-inheritance:
 | 
						|
 | 
						|
:mod:`~PIL._tkinter_finder` module
 | 
						|
----------------------------------
 | 
						|
 | 
						|
.. automodule:: PIL._tkinter_finder
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
    :show-inheritance:
 | 
						|
 | 
						|
:mod:`~PIL._typing` module
 | 
						|
--------------------------
 | 
						|
 | 
						|
.. 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.
 | 
						|
 | 
						|
:mod:`~PIL._util` module
 | 
						|
------------------------
 | 
						|
 | 
						|
.. automodule:: PIL._util
 | 
						|
    :members:
 | 
						|
    :undoc-members:
 | 
						|
    :show-inheritance:
 | 
						|
 | 
						|
:mod:`~PIL._version` module
 | 
						|
---------------------------
 | 
						|
 | 
						|
.. module:: PIL._version
 | 
						|
 | 
						|
.. data:: __version__
 | 
						|
    :annotation:
 | 
						|
    :type: str
 | 
						|
 | 
						|
    This is the master version number for Pillow,
 | 
						|
    all other uses reference this module.
 | 
						|
 | 
						|
: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`.
 | 
						|
 | 
						|
.. py:class:: ImagingCore
 | 
						|
 | 
						|
    A representation of the image data.
 |