codeql/python-all
4.0.18-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the name assigned to the handled exception, if any. e in except ExceptionType as e:
e
except ExceptionType as e:
ControlFlowNode getName()