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

Method render

LatencyMap.py:490–496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

488 # ------------------------------- Public -------------------------------- #
489
490 def render(self) -> None:
491 self._print_header()
492 if g_params.frequency_map:
493 self._print_heat_map('Frequency')
494 if g_params.intensity_map:
495 self._print_heat_map('Intensity')
496 self._print_footer()
497
498
499# --------------------------------- Main ------------------------------------ #

Callers 1

mainFunction · 0.95

Calls 3

_print_headerMethod · 0.95
_print_heat_mapMethod · 0.95
_print_footerMethod · 0.95

Tested by

no test coverage detected