File: mpi4py.typing.rst

package info (click to toggle)
mpi4py 4.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,540 kB
  • sloc: python: 34,465; ansic: 16,475; makefile: 614; sh: 325; cpp: 193; f90: 178
file content (68 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download | duplicates (2)
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
mpi4py.typing
=============

.. module:: mpi4py.typing
   :synopsis: Typing support.

.. versionadded:: 4.0.0

This module provides :term:`type aliases <type alias>` used to add
:term:`type hints <type hint>` to the various functions and methods
within the :mod:`~mpi4py.MPI` module.

.. seealso::

   Module :mod:`typing`
      Documentation of the :mod:`typing` standard module.


.. currentmodule:: mpi4py.typing

.. rubric:: Types Summary

.. autosummary::
   SupportsBuffer
   SupportsDLPack
   SupportsCAI
   Buffer
   Bottom
   InPlace
   Aint
   Count
   Displ
   Offset
   TypeSpec
   BufSpec
   BufSpecB
   BufSpecV
   BufSpecW
   TargetSpec

.. rubric:: Types Documentation

.. autotype:: SupportsBuffer
.. autotype:: SupportsDLPack
.. autotype:: SupportsCAI
.. autotype:: Buffer
.. autotype:: Bottom
.. autotype:: InPlace
.. autotype:: Aint
.. autotype:: Count
.. autotype:: Displ
.. autotype:: Offset
.. autotype:: TypeSpec
.. autotype:: BufSpec
.. autotype:: BufSpecB
.. autotype:: BufSpecV
.. autotype:: BufSpecW
.. autotype:: TargetSpec

.. autotype:: S
.. autotype:: T
.. autotype:: U
.. autotype:: V


.. Local variables:
.. fill-column: 79
.. End: