|
Revision 33, 0.9 kB
(checked in by KirkMcDonald, 2 years ago)
|
html_doc update
|
| Line | |
|---|
| 1 |
<html><head> |
|---|
| 2 |
<META http-equiv="content-type" content="text/html; charset=utf-8"> |
|---|
| 3 |
<title>pyd.exception</title> |
|---|
| 4 |
</head><body> |
|---|
| 5 |
<h1>pyd.exception</h1> |
|---|
| 6 |
<!-- Generated by Ddoc from pyd\exception.d --> |
|---|
| 7 |
<br><br> |
|---|
| 8 |
<dl><dt><big>void <u>handle_exception</u>(); |
|---|
| 9 |
</big></dt> |
|---|
| 10 |
<dd>This function first checks if a Python exception is set, and then (if one |
|---|
| 11 |
is) pulls it out, stuffs it in a PythonException, and throws that exception. |
|---|
| 12 |
<br><br> |
|---|
| 13 |
If this exception is never caught, it will be handled by the function |
|---|
| 14 |
wrapping template and passed right back into Python as though nothing |
|---|
| 15 |
happened. |
|---|
| 16 |
|
|---|
| 17 |
<br><br> |
|---|
| 18 |
|
|---|
| 19 |
</dd> |
|---|
| 20 |
<dt><big>class <u>PythonException</u>: object.Exception; |
|---|
| 21 |
</big></dt> |
|---|
| 22 |
<dd>This simple exception class holds a Python exception. |
|---|
| 23 |
|
|---|
| 24 |
<br><br> |
|---|
| 25 |
|
|---|
| 26 |
<dl></dl> |
|---|
| 27 |
</dd> |
|---|
| 28 |
</dl> |
|---|
| 29 |
|
|---|
| 30 |
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/ddoc.html">Ddoc</a>. </small> |
|---|
| 31 |
</body></html> |
|---|