Home | History | Annotate | Download | only in coverage

Lines Matching defs:update

84     can be combined by using :meth:`update` on one :class:`CoverageData`,
344 new_linenos.update(linenos)
370 new_arcs.update(arcs)
414 self._runs[0].update(kwargs)
469 def update(self, other_data, aliases=None):
470 """Update this data with data from another `CoverageData`.
511 lines.update(file_lines)
523 arcs.update(file_arcs)
585 hasher.update(sorted(self.arcs(filename) or []))
587 hasher.update(sorted(self.lines(filename) or []))
588 hasher.update(self.file_tracer(filename))
714 data.update(new_data, aliases=aliases)