| ||||||||
| ||||||||
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 | ||||||||
| ||||||||
Documentation | ||||||||
data 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 |