Home
last modified time | relevance | path

Searched defs:EXCEPT (Results 1 – 3 of 3) sorted by relevance

/external/marisa-trie/tests/
Dmarisa-assert.h11 #define EXCEPT(code, expected_error_code) try { \ macro
/external/python/cpython2/Lib/compiler/
Dpycodegen.py33 EXCEPT = 2 variable
/external/python/cpython2/Python/
Dcompile.c87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enumerator