File: test_triefind

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 (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
test_triefind
hello
['he', 'hello']
[('he', 0, 2), ('hello', 0, 5), ('wor', 6, 9)]
[('hello', 0, 5)]
[('he', 0, 2), ('hello', 0, 5), ('wor', 6, 9), ('world', 6, 11)]
[('hello', 0, 5), ('world', 6, 11)]