MCPcopy Create free account
hub / github.com/ipython/ipython / average

Method average

IPython/core/magics/execution.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89 @property
90 def average(self):
91 return math.fsum(self.timings) / len(self.timings)
92
93 @property
94 def stdev(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected