Searched refs:NullPyObjectPtr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Tools/gdb/ |
D | libpython.py | 90 class NullPyObjectPtr(RuntimeError): class 177 raise NullPyObjectPtr(self) 250 except (NullPyObjectPtr, RuntimeError, UnicodeDecodeError): 1163 except (NullPyObjectPtr, RuntimeError, UnicodeDecodeError): 1169 except (NullPyObjectPtr, RuntimeError, UnicodeDecodeError): 1176 except (NullPyObjectPtr, RuntimeError):
|
/aosp_15_r20/external/python/cpython3/Tools/gdb/ |
D | libpython.py | 96 class NullPyObjectPtr(RuntimeError): class 190 raise NullPyObjectPtr(self) 259 except (NullPyObjectPtr, RuntimeError, UnicodeDecodeError): 1541 except (NullPyObjectPtr, RuntimeError, UnicodeDecodeError): 1547 except (NullPyObjectPtr, RuntimeError, UnicodeDecodeError): 1554 except (NullPyObjectPtr, RuntimeError):
|