Searched refs:raise_memoryerror (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_linecache.py | 130 def raise_memoryerror(*args, **kwargs): function 132 with support.swap_attr(linecache, 'updatecache', raise_memoryerror): 137 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
|
/external/python/cpython3/Lib/test/ |
D | test_linecache.py | 228 def raise_memoryerror(*args, **kwargs): function 230 with support.swap_attr(linecache, 'updatecache', raise_memoryerror): 235 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
|
D | test_exceptions.py | 1105 from _testcapi import raise_memoryerror 1108 raise_memoryerror() 1163 from _testcapi import raise_memoryerror 1171 raise_memoryerror()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 3246 raise_memoryerror(PyObject *self, PyObject *Py_UNUSED(ignored)) in raise_memoryerror() function 5301 {"raise_memoryerror", raise_memoryerror, METH_NOARGS},
|