| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 16 | 2 | 0 | 1.000 | stmt_list[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 16 | 487 | Bio/SwissProt/__init__.py |
| 2 | 16 | 796 | Bio/SwissProt/SProt.py |
| ||||
line = line[5: ] # get rid of junk in front
name = line[0:8].rstrip( )
try :
from_res = int(line[9:15])
except ValueError:
from_res = line[9:15].lstrip( )
try :
to_res = int(line[16:22])
except ValueError:
to_res = line[16:22].lstrip( )
description = line[29:70].rstrip( )
#if there is a feature_id (FTId), store it away
if line[29:35]=="/FTId=":
ft_id = line[35:70].rstrip( )[ : -1]
else:
ft_id = ""
|
| ||||
line = line[5: ] # get rid of junk in front
name = line[0:8].rstrip( )
try :
from_res = int(line[9:15])
except ValueError:
from_res = line[9:15].lstrip( )
try :
to_res = int(line[16:22])
except ValueError:
to_res = line[16:22].lstrip( )
description = line[29:70].rstrip( )
#if there is a feature_id (FTId), store it away
if line[29:35]=="/FTId=":
ft_id = line[35:70].rstrip( )[ : -1]
else:
ft_id = ""
|
| |||
line = line[5: ] # get rid of junk in front name = line[0:8].rstrip( ) try : from_res = int(line[9:15]) except ValueError: from_res = line[9:15].lstrip( ) try : to_res = int(line[16:22]) except ValueError: to_res = line[16:22].lstrip( ) description = line[29:70].rstrip( ) #if there is a feature_id (FTId), store it away if line[29:35]=="/FTId=": ft_id = line[35:70].rstrip( )[ : -1] else: ft_id = "" |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||