MCPcopy
hub / github.com/RUB-NDS/PRET / get_errors

Method get_errors

codebook.py:33–34  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

31 '''
32
33 def get_errors(self, code):
34 return (self.codelist[key] for key in self.codelist if re.match(key, code))
35
36 codelist = {
37 # 10xxx: Informational Messages

Callers 2

showstatusMethod · 0.80
fileerrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected