MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / error

Method error

Cat_command/cat.py:15–16  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

13 self.verbose = verbosity
14
15 def error(self, message):
16 print(f'ERROR: {message}')
17
18logger = Logger()
19

Callers 4

mainFunction · 0.80
readFileFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected