Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/e/PEATDB-2.3/PEATDB/DNAtool/DNAtool.py PEATDB(Download)
elif 'DNA_selection' in self.data.keys(): if self.data['DNA_selection']['start'] != self.data['DNA_selection']['stop']: self.end_selection(event) return
def handle_left_shift_release(self, event): self.extend_selection(event) self.end_selection(event) return