Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.978 | stmt_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 256 | Bio/Entrez/__init__.py |
2 | 5 | 263 | Bio/Entrez/__init__.py |
| ||||
from Parser import DataHandler DTDs = os.path.join(__path__[0],"DTDs") handler = DataHandler(DTDs) record = handler.run(handle) return record |
| ||||
from Parser import DataHandler DTDs = os.path.join(__path__[0],"DTDs") handler = DataHandler(DTDs) records = handler.parse(handle) return records |
| |||
from Parser import DataHandler DTDs = os.path.join(__path__[0],"DTDs") handler = DataHandler(DTDs) [[#variable61d06d80]]= handler. [[#variable62194a40]](handle) return [[#variable61d06d80]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61d06d80]] | records |
1 | 2 | [[#61d06d80]] | record |
2 | 1 | [[#62194a40]] | parse |
2 | 2 | [[#62194a40]] | run |