MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / validate_try

Function validate_try

Modules/parsermodule.c:2094–2146  ·  view source on GitHub ↗

try_stmt: * 'try' ':' suite (except_clause ':' suite)+ ['else' ':' suite] ['finally' ':' suite] * | 'try' ':' suite 'finally' ':' suite * */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

validate_nodeFunction · 0.85

Calls 6

validate_ntypeFunction · 0.85
validate_suiteFunction · 0.85
PyErr_FormatFunction · 0.85
validate_numnodesFunction · 0.85
validate_except_clauseFunction · 0.85
PyErr_OccurredFunction · 0.50

Tested by

no test coverage detected