Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 60 | Bio/Pathway/Rep/Graph.py |
2 | 5 | 57 | Bio/Pathway/Rep/MultiGraph.py |
| ||||
"Adds an edge to this graph." if source not in self.__adjacency_list: raise ValueError("Unknown <from> node: "+str(source)) if to not in self.__adjacency_list: raise ValueError("Unknown <to> node: "+str(to)) |
| ||||
"Adds an edge to this graph." if source not in self.__adjacency_list: raise ValueError("Unknown <from> node: "+str(source)) if to not in self.__adjacency_list: raise ValueError("Unknown <to> node: "+str(to)) |
| |||
"Adds an edge to this graph." if source not in self.__adjacency_list: raise ValueError("Unknown <from> node: "+str(source)) if to not in self.__adjacency_list: raise ValueError("Unknown <to> node: "+str(to)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |