MCPcopy
hub / github.com/rocky/python-uncompyle6 / SourceWalkerError

Class SourceWalkerError

uncompyle6/semantics/pysource.py:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201class SourceWalkerError(Exception):
202 def __init__(self, errmsg):
203 self.errmsg = errmsg
204
205 def __str__(self):
206 return self.errmsg
207
208
209class SourceWalker(GenericASTTraversal, NonterminalActions, ComprehensionMixin):

Callers 3

decompileFunction · 0.90
code_deparse_alignFunction · 0.90
code_deparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected