| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 0 | 1.000 | stmt_list[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 90 | Bio/ExPASy/__init__.py |
| 2 | 8 | 109 | Bio/ExPASy/__init__.py |
| ||||
if swissprot:
variables["S"] = "on"
if trembl:
variables["T"] = "on"
options = urllib.urlencode(variables)
fullcgi = "%s?%s"%(cgi,options)
handle = urllib.urlopen(fullcgi)
return handle
|
| ||||
if swissprot:
variables["S"] = "on"
if trembl:
variables["T"] = "on"
options = urllib.urlencode(variables)
fullcgi = "%s?%s"%(cgi,options)
handle = urllib.urlopen(fullcgi)
return handle
|
| |||
if swissprot: variables["S"] = "on" if trembl: variables["T"] = "on" options = urllib.urlencode(variables) fullcgi = "%s?%s"%(cgi,options) handle = urllib.urlopen(fullcgi) return handle |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||