File: facets.rst

package info (click to toggle)
python-pint 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,916 kB
  • sloc: python: 20,307; makefile: 149
file content (45 lines) | stat: -rw-r--r-- 1,442 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
API facets reference
====================

Registry functionality is divided into facet. Each provides classes and functions
specific to a particular purpose. They expose at least a Registry, and in certain
cases also a Quantity, Unit and other objects.

The default UnitRegistry inherits from all of them.


.. automodule:: pint.facets.plain
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.nonmultiplicative
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.delegates.formatter
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.numpy
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.dask
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.measurement
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.group
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.system
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System

.. automodule:: pint.facets.context
    :members:
    :exclude-members: Quantity, Unit, Measurement, Group, Context, System