MCPcopy Create free account
hub / github.com/comaps/comaps / formatted_string

Method formatted_string

tools/python/maps_generator/checks/check.py:90–94  ·  view source on GitHub ↗

Returns a formatted string of a raw result of the check.

(self, silent_if_no_results=False, *args, **kwargs)

Source from the content-addressed store, hash-verified

88
89 @abstractmethod
90 def formatted_string(self, silent_if_no_results=False, *args, **kwargs) -> str:
91 """
92 Returns a formatted string of a raw result of the check.
93 """
94 pass
95
96
97class CompareCheckBase(Check, ABC):

Callers 2

printMethod · 0.95
formatted_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected