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

Method print

tools/python/maps_generator/checks/check.py:70–73  ·  view source on GitHub ↗
(self, silent_if_no_results=False, filt=None, file=sys.stdout)

Source from the content-addressed store, hash-verified

68 self.name = name
69
70 def print(self, silent_if_no_results=False, filt=None, file=sys.stdout):
71 s = self.formatted_string(silent_if_no_results, filt)
72 if s:
73 print(s, file=file)
74
75 @abstractmethod
76 def check(self):

Callers 5

DebugPrintFunction · 0.80
LoadMwmEditsMethod · 0.80

Calls 1

formatted_stringMethod · 0.95

Tested by

no test coverage detected