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 | 1044 from _testcapi import raise_memoryerror 1047 raise_memoryerror() 1102 from _testcapi import raise_memoryerror 1110 raise_memoryerror()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2885 raise_memoryerror(PyObject *self) in raise_memoryerror() function 4581 {"raise_memoryerror", (PyCFunction)raise_memoryerror, METH_NOARGS},
|