DebugClients/Python/coverage/report.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 32
01f04fbc1842
child 3495
fac17a82b431
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
56 try: 56 try:
57 report_fn(cu, self.coverage._analyze(cu)) 57 report_fn(cu, self.coverage._analyze(cu))
58 except NoSource: 58 except NoSource:
59 if not self.ignore_errors: 59 if not self.ignore_errors:
60 raise 60 raise
61
62 #
63 # eflag: FileType = Python2

eric ide

mercurial