MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / __str__

Method __str__

src/scripts/perf/errorHandler.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self.message = 'Application ERROR:'+repr(self.fileName+'-'+str(self.errno)+'-'+self.mess)
55
56 def __str__(self):
57 return repr(self.fileName+'-'+str(self.errno)+'-'+self.mess)
58
59
60#--------------------------------Global Function-------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected