|
Python.Types | Portability | portable | Stability | provisional | Maintainer | jgoerzen@complete.org |
|
|
|
|
|
Description |
Interfaces to low-level Python types. You should probably not use this module
directly. You probably want Python.Objects instead.
You'll only need this module directly if you are importing new functions
from the Python C API.
Written by John Goerzen, jgoerzen@complete.org
|
|
Synopsis |
|
|
|
Documentation |
|
newtype PyObject |
The type of Python objects. | Constructors | | Instances | |
|
|
type CPyObject = () |
|
data PyException |
The type of Python exceptions. | Constructors | PyException | | excType :: PyObject | Exception type | excValue :: PyObject | Exception value | excTraceBack :: PyObject | Traceback | excFormatted :: String | Formatted for display |
|
| Instances | |
|
|
data StartFrom |
How to interpret a snippet of Python code. | Constructors | Py_eval_input | | Py_file_input | | Py_single_input | |
|
|
|
Produced by Haddock version 0.6 |