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

Method format

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

Format an event value.

(self, val)

Source from the content-addressed store, hash-verified

113 return self._aggregator(val1, val2)
114
115 def format(self, val):
116 """Format an event value."""
117 assert val is not None
118 return self._formatter(val)
119
120
121CALLS = Event("Calls", 0, add, times)

Callers 15

find_replaceFunction · 0.45
__init__Method · 0.45
mainFunction · 0.45
testFunction · 0.45
_ensure_read_accessFunction · 0.45
__addrMethod · 0.45
recipe-577918.pyFile · 0.45
resizeFunction · 0.45

Calls

no outgoing calls