File: test_triefind

package info (click to toggle)
python-biopython 1.45-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 18,192 kB
  • ctags: 12,310
  • sloc: python: 83,505; xml: 13,834; ansic: 7,015; cpp: 1,855; sql: 1,144; makefile: 179
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)]