File: internal_modules.rst

package info (click to toggle)
pillow 12.0.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 72,636 kB
  • sloc: python: 49,518; ansic: 38,787; makefile: 302; sh: 168; javascript: 85
file content (87 lines) | stat: -rw-r--r-- 1,575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
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.