Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ _dump_events
Method
_dump_events
recipes/Python/578138_gprof2dotpy/recipe-578138.py:574–576 ·
view source on GitHub ↗
(self, events)
Source
from the content-addressed store, hash-verified
572
sys.stderr.write(
' Function %s\n'
% (function.name,))
573
574
def
_dump_events(self, events):
575
for
event, value in events.items():
576
sys.stderr.write(
' %s: %s\n'
% (event.name, event.format(value)))
577
578
579
class
Struct:
Callers
1
dump
Method · 0.95
Calls
3
items
Method · 0.45
write
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected