File: test_trie

package info (click to toggle)
python-biopython 1.54-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 25,400 kB
  • ctags: 10,975
  • sloc: python: 116,757; xml: 33,167; ansic: 8,622; sql: 1,488; makefile: 147
file content (33 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
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
test_trie
['foo', 'he', 'hej', 'hello']
5
None
1
1
0
1
1
0
0
4
['he', 'hej', 'hello']
[]
['hej']
[]
['foo']
[1]
99
[('foo', 1, 0)]
[('foo', 1, 0)]
[]
[('foo', 1, 1)]
found 3 matches
[('foo', 1, 1), ('foo', 1, 2), ('foo', 1, 2)]
[(('foo', 1, 0), 1), (('hello', '55a', 4), 6)]
foo 1
hello '55a'
[]
[('hello', 1, 3)]
[]
[('hello', 1, 4)]
[('hello', 1, 4)]