File: test_Location

package info (click to toggle)
python-biopython 1.73%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 57,852 kB
  • sloc: python: 169,977; xml: 97,539; ansic: 15,653; sql: 1,208; makefile: 159; sh: 63
file content (27 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (5)
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
test_Location
Testing fuzzy representations...
Exact: 5
Within (as start, 10): (10.13)
Within (as end, 13): (10.13)
Between (as end, 24): (20^24)
Before: <15
After: >40
Location: [5:(10.13)]
   Start: 5
   End  : (10.13)
Location: [<15:(20^24)]
   Start: <15
   End  : (20^24)
Location: [(10.13):>40]
   Start: (10.13)
   End  : >40
Testing non-fuzzy representations...
Location: [5:(10.13)]
  Non-Fuzzy Start: 5
  Non-Fuzzy End: 13
Location: [<15:(20^24)]
  Non-Fuzzy Start: 15
  Non-Fuzzy End: 24
Location: [(10.13):>40]
  Non-Fuzzy Start: 10
  Non-Fuzzy End: 40