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

Method get_result

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

Returns a raw result of the check.

(self)

Source from the content-addressed store, hash-verified

81
82 @abstractmethod
83 def get_result(self) -> Any:
84 """
85 Returns a raw result of the check.
86 """
87 pass
88
89 @abstractmethod
90 def formatted_string(self, silent_if_no_results=False, *args, **kwargs) -> str:

Callers 3

get_resultMethod · 0.45
formatted_stringMethod · 0.45
_with_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected