File: architecture.txt

package info (click to toggle)
python-bitarray 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,288 kB
  • sloc: python: 11,456; ansic: 7,657; makefile: 73; sh: 6
file content (26 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (3)
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
Dependency of files
-------------------

A depends on B                 A --------> B


A imports B in a function      A - - - - > B



       +------------+        +------------+
       |  util.py   |------->|  _util.c   |
       +------------+        +------------+
           |    ^
           |    |
           |    +--------------------------------------------------+
           |    |                                                  |
           V    v                                                  |
       +-------------+ - - - > +------------------+ - - - > +--------------+
       | __init__.py |         | test_bitarray.py |         | test_util.py |
       +-------------+ <------ +------------------+ <------ +--------------+
             |
             V
       +-------------+
       | _bitarray.c |
       +-------------+