File: SOURCES.txt

package info (click to toggle)
thunderbird 1%3A115.16.0esr-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,476,252 kB
  • sloc: cpp: 6,972,150; javascript: 5,209,211; ansic: 3,507,222; python: 1,137,609; asm: 432,531; xml: 205,149; java: 175,761; sh: 116,485; makefile: 22,152; perl: 13,971; objc: 12,561; yacc: 4,583; pascal: 2,840; lex: 1,720; ruby: 1,075; exp: 762; sql: 666; awk: 580; php: 436; lisp: 430; sed: 70; csh: 10
file content (53 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download | duplicates (10)
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
CHANGES.txt
LICENCE.mit
MANIFEST.in
README
README.rst
_pyrsistent_version.py
pvectorcmodule.c
setup.cfg
setup.py
pyrsistent/__init__.py
pyrsistent/__init__.pyi
pyrsistent/_checked_types.py
pyrsistent/_compat.py
pyrsistent/_field_common.py
pyrsistent/_helpers.py
pyrsistent/_immutable.py
pyrsistent/_pbag.py
pyrsistent/_pclass.py
pyrsistent/_pdeque.py
pyrsistent/_plist.py
pyrsistent/_pmap.py
pyrsistent/_precord.py
pyrsistent/_pset.py
pyrsistent/_pvector.py
pyrsistent/_toolz.py
pyrsistent/_transformations.py
pyrsistent/py.typed
pyrsistent/typing.py
pyrsistent/typing.pyi
pyrsistent.egg-info/PKG-INFO
pyrsistent.egg-info/SOURCES.txt
pyrsistent.egg-info/dependency_links.txt
pyrsistent.egg-info/requires.txt
pyrsistent.egg-info/top_level.txt
tests/bag_test.py
tests/checked_map_test.py
tests/checked_set_test.py
tests/checked_vector_test.py
tests/class_test.py
tests/deque_test.py
tests/field_test.py
tests/freeze_test.py
tests/hypothesis_vector_test.py
tests/immutable_object_test.py
tests/list_test.py
tests/map_test.py
tests/memory_profiling.py
tests/record_test.py
tests/regression_test.py
tests/set_test.py
tests/toolz_test.py
tests/transform_test.py
tests/vector_test.py