MCPcopy Index your code
hub / github.com/python/cpython / print_call_subheading

Method print_call_subheading

Lib/pstats.py:477–478  ·  view source on GitHub ↗
(self, name_size)

Source from the content-addressed store, hash-verified

475 self.print_call_subheading(name_size)
476
477 def print_call_subheading(self, name_size):
478 print(" "*name_size + " ncalls tottime cumtime", file=self.stream)
479
480 def print_call_line(self, name_size, source, call_dict, arrow="->"):
481 print(func_std_string(source).ljust(name_size) + arrow, end=' ', file=self.stream)

Callers 1

print_call_headingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected