Help, my code raises exceptions so I'm using to help me write a decorator that...

@mistersql

Help, my code raises exceptions so I'm using to help me write a decorator that simulates VB's "On Error Resume Next"

But it fails at the critical point... walks the ast, and the statement wrapper doesn't seem to work. (because the statement is wrapped in an Expr? I don't know!)
gist.github.com/matthewdeanmar

Self-replies

Shoot, this could be too difficult for me or ChatGPT. ChatGPT keeps mixing up byte code and source code constructs.