/dports/lang/python27/Python-2.7.18/Objects/ |
H A D | exceptions.c | 98 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 126 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode() 386 (reprfunc)BaseException_str, /*tp_str*/ 740 rtnval = BaseException_str((PyBaseExceptionObject *)self); in EnvironmentError_str() 1272 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python-legacy/Python-2.7.18/Objects/ |
H A D | exceptions.c | 98 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 126 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode() 386 (reprfunc)BaseException_str, /*tp_str*/ 740 rtnval = BaseException_str((PyBaseExceptionObject *)self); in EnvironmentError_str() 1272 return BaseException_str(self); in KeyError_str()
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
H A D | exceptions.c | 100 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 128 if (Py_TYPE(self)->tp_str != (reprfunc)BaseException_str) { in BaseException_unicode() 391 (reprfunc)BaseException_str, /*tp_str*/ 750 rtnval = BaseException_str((PyBaseExceptionObject *)self); in EnvironmentError_str() 1284 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python310/Python-3.10.1/Objects/ |
H A D | exceptions.c | 109 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 397 (reprfunc)BaseException_str, /*tp_str*/ 709 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1151 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1391 0, BaseException_str, "Name not found globally."); 1472 0, BaseException_str, "Attribute not found."); 1706 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python311/Python-3.11.0a3/Objects/ |
H A D | exceptions.c | 118 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 434 (reprfunc)BaseException_str, /*tp_str*/ 1256 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1698 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1938 0, BaseException_str, "Name not found globally."); 2019 0, BaseException_str, "Attribute not found."); 2253 return BaseException_str(self); in KeyError_str()
|
/dports/databases/py-sqlite3/Python-3.8.12/Objects/ |
H A D | exceptions.c | 106 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 382 (reprfunc)BaseException_str, /*tp_str*/ 694 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1135 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1563 return BaseException_str(self); in KeyError_str()
|
/dports/databases/py-gdbm/Python-3.8.12/Objects/ |
H A D | exceptions.c | 106 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 382 (reprfunc)BaseException_str, /*tp_str*/ 694 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1135 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1563 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python37/Python-3.7.12/Objects/ |
H A D | exceptions.c | 104 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 373 (reprfunc)BaseException_str, /*tp_str*/ 685 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1126 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1546 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python-tools/Python-3.8.12/Objects/ |
H A D | exceptions.c | 106 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 382 (reprfunc)BaseException_str, /*tp_str*/ 694 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1135 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1563 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python38/Python-3.8.12/Objects/ |
H A D | exceptions.c | 106 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 382 (reprfunc)BaseException_str, /*tp_str*/ 694 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1135 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1563 return BaseException_str(self); in KeyError_str()
|
/dports/lang/python39/Python-3.9.9/Objects/ |
H A D | exceptions.c | 104 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 394 (reprfunc)BaseException_str, /*tp_str*/ 706 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1147 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1577 return BaseException_str(self); in KeyError_str()
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/ |
H A D | exceptions.c | 106 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() function 382 (reprfunc)BaseException_str, /*tp_str*/ 694 return BaseException_str((PyBaseExceptionObject *)self); in ImportError_str() 1135 return BaseException_str((PyBaseExceptionObject *)self); in OSError_str() 1563 return BaseException_str(self); in KeyError_str()
|