File: atom.rst

package info (click to toggle)
python-atom 0.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,616 kB
  • sloc: cpp: 9,040; python: 6,249; makefile: 123
file content (40 lines) | stat: -rw-r--r-- 612 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
atom package
============

Atom does not export any name at the root of the package (`__init__.py` is
empty). To access the most commonly used component import the `api.py` module
found in each package.

Subpackages
-----------

.. toctree::

    atom.datastructures
    atom.meta


Submodules
----------

.. toctree::

   atom.api
   atom.atom
   atom.meta
   atom.catom
   atom.coerced
   atom.containerlist
   atom.delegator
   atom.dict
   atom.enum
   atom.event
   atom.instance
   atom.list
   atom.property
   atom.scalars
   atom.signal
   atom.subclass
   atom.tuple
   atom.typed
   atom.typing_utils