MCPcopy Create free account
hub / github.com/ActiveState/code / aggregate

Method aggregate

recipes/Python/578138_gprof2dotpy/recipe-578138.py:109–113  ·  view source on GitHub ↗

Aggregate two event values.

(self, val1, val2)

Source from the content-addressed store, hash-verified

107 return self._null
108
109 def aggregate(self, val1, val2):
110 """Aggregate two event values."""
111 assert val1 is not None
112 assert val2 is not None
113 return self._aggregator(val1, val2)
114
115 def format(self, val):
116 """Format an event value."""

Callers 2

integrateMethod · 0.45
aggregateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected