Home
last modified time | relevance | path

Searched refs:assertion_error (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c2039 static PyObject *assertion_error = NULL; in compiler_assert() local
2044 if (assertion_error == NULL) { in compiler_assert()
2045 assertion_error = PyString_InternFromString("AssertionError"); in compiler_assert()
2046 if (assertion_error == NULL) in compiler_assert()
2062 ADDOP_O(c, LOAD_GLOBAL, assertion_error, names); in compiler_assert()