MCPcopy Create free account
hub / github.com/LucaCanali/PyLatencyMap / _print_header

Method _print_header

LatencyMap.py:366–370  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 return str(int(round(ms)))
365
366 def _print_header(self) -> None:
367 if g_params.debug_level < 2:
368 # Clear screen & home cursor
369 print("\x1b[0m\x1b[2J\x1b[H", end="")
370 print("LatencyMap.py v1.3 - Luca.Canali@cern.ch")
371
372 def _print_footer(self) -> None:
373 total_intensity = sum(r.sum_intensity for r in self.data)

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected