Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.977 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 239 | Bio/Ndb/__init__.py |
2 | 6 | 246 | Bio/Ndb/__init__.py |
| ||||
def start_li(self,attrs): if (self._state=="sequence"): self._parse_chain( ) elif (self._state=="crystallization"): text = self._flush_text( ) (self.ndb_dict["Crystallization Conditions"]) .append(text) |
| ||||
def end_li(self): if (self._state=="sequence"): self._parse_chain( ) elif (self._state=="crystallization"): text = self._flush_text( ) (self.ndb_dict["Crystallization Conditions"]) .append(text) |
| |||
def [[#variable5d9a1980]]( [[#variable5d9a1900]] [[#variable5d9a18a0]]): if (self._state=="sequence"): self._parse_chain( ) elif (self._state=="crystallization"): text = self._flush_text( ) (self.ndb_dict["Crystallization Conditions"]).append(text) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d9a1980]] | end_li |
1 | 2 | [[#5d9a1980]] | start_li |
2 | 1 | [[#5d9a1900]] | |
2 | 2 | [[#5d9a1900]] | self, |
3 | 1 | [[#5d9a18a0]] | self |
3 | 2 | [[#5d9a18a0]] | attrs |