ContentsIndex
Python.Objects.Dict
Portability portable
Stability provisional
Maintainer jgoerzen@complete.org
Description

Python dict-like objects

Written by John Goerzen, jgoerzen@complete.org

This module can be used to access Python dicts and dict-like objects such as dbm databases. For a higher-level interface to creating and working with these dbm interfaces, please see the functions in MissingPy.AnyDBM. Also, for functions that use this, please see MissingH.AnyDBM.

Synopsis
data PyDict
mkPyDict :: PyObject -> PyDict
fromPyDict :: PyDict -> PyObject
Documentation
data PyDict
The basic type for a Python dict or dict-like object.
Instances
AnyDBM PyDict
mkPyDict :: PyObject -> PyDict
Takes a PyObject representing a Python dict or dict-like objext and makes it into a PyDict.
fromPyDict :: PyDict -> PyObject
Takes a PyDict and returns its internal PyObject.
Produced by Haddock version 0.6