/dports/lang/python310/Python-3.10.1/Objects/ |
H A D | exceptions.c | 98 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 404 (traverseproc)BaseException_traverse, /* tp_traverse */ 438 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 547 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 614 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 698 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1106 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1376 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in NameError_traverse() 1456 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in AttributeError_traverse() 1557 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() [all …]
|
/dports/lang/python311/Python-3.11.0a3/Objects/ |
H A D | exceptions.c | 106 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 441 (traverseproc)BaseException_traverse, /* tp_traverse */ 475 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 584 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 651 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 810 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in BaseExceptionGroup_traverse() 1245 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1653 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1923 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in NameError_traverse() 2003 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in AttributeError_traverse() [all …]
|
/dports/lang/python27/Python-2.7.18/Objects/ |
H A D | exceptions.c | 89 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 393 (traverseproc)BaseException_traverse, /* tp_traverse */ 427 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 546 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 650 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in EnvironmentError_traverse() 848 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in WindowsError_traverse() 1119 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1595 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse()
|
/dports/lang/python-legacy/Python-2.7.18/Objects/ |
H A D | exceptions.c | 89 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 393 (traverseproc)BaseException_traverse, /* tp_traverse */ 427 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 546 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 650 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in EnvironmentError_traverse() 848 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in WindowsError_traverse() 1119 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1595 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse()
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
H A D | exceptions.c | 91 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 398 (traverseproc)BaseException_traverse, /* tp_traverse */ 433 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 552 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 660 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in EnvironmentError_traverse() 857 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in WindowsError_traverse() 1133 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1608 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse()
|
/dports/databases/py-sqlite3/Python-3.8.12/Objects/ |
H A D | exceptions.c | 95 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 389 (traverseproc)BaseException_traverse, /* tp_traverse */ 423 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 532 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 599 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 683 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1090 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1420 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1859 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2352 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|
/dports/databases/py-gdbm/Python-3.8.12/Objects/ |
H A D | exceptions.c | 95 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 389 (traverseproc)BaseException_traverse, /* tp_traverse */ 423 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 532 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 599 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 683 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1090 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1420 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1859 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2352 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|
/dports/lang/python37/Python-3.7.12/Objects/ |
H A D | exceptions.c | 93 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 380 (traverseproc)BaseException_traverse, /* tp_traverse */ 414 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 523 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 590 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 674 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1081 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1403 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1842 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2322 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|
/dports/lang/python-tools/Python-3.8.12/Objects/ |
H A D | exceptions.c | 95 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 389 (traverseproc)BaseException_traverse, /* tp_traverse */ 423 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 532 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 599 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 683 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1090 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1420 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1859 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2352 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|
/dports/lang/python38/Python-3.8.12/Objects/ |
H A D | exceptions.c | 95 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 389 (traverseproc)BaseException_traverse, /* tp_traverse */ 423 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 532 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 599 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 683 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1090 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1420 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1859 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2352 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|
/dports/lang/python39/Python-3.9.9/Objects/ |
H A D | exceptions.c | 93 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 401 (traverseproc)BaseException_traverse, /* tp_traverse */ 435 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 544 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 611 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 695 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1102 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1432 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1873 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2366 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/ |
H A D | exceptions.c | 95 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() function 389 (traverseproc)BaseException_traverse, /* tp_traverse */ 423 PyDoc_STR(EXCDOC), (traverseproc)BaseException_traverse, \ 532 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in StopIteration_traverse() 599 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SystemExit_traverse() 683 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in ImportError_traverse() 1090 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in OSError_traverse() 1420 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in SyntaxError_traverse() 1859 return BaseException_traverse((PyBaseExceptionObject *)self, visit, arg); in UnicodeError_traverse() 2352 PyDoc_STR("Out of memory."), (traverseproc)BaseException_traverse,
|