MCPcopy Index your code
hub / github.com/cirosantilli/linux-kernel-module-cheat / log_error

Method log_error

common.py:837–838  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

835 return self.supported_archs is None or arch in self.supported_archs
836
837 def log_error(self, msg):
838 print('error: {}'.format(msg), file=sys.stdout)
839
840 def log_info(self, msg='', flush=False, **kwargs):
841 if not self.env['quiet']:

Callers 3

get_toolchain_prefixMethod · 0.95
test_teardownMethod · 0.80
teardownMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_teardownMethod · 0.64