Home
Trees
Indices
Help
Documentation Index
Package couchdb
:: Module view
Module view
Implementation of a view server for functions written in Python.
Functions
run
(
input
=
sys.stdout
,
output
=
sys.stdout
)
CouchDB view function handler implementation for Python.
main
()
Command-line entry point for running the view server.
Function Details
run
(
input
=
sys.stdout
,
output
=
sys.stdout
)
CouchDB view function handler implementation for Python.
Parameters:
input
- the readable file-like object to read input from
output
- the writable file-like object to write output to
Home
Trees
Indices
Help
Documentation Index
Generated by Epydoc 3.0.1 on Wed Jan 21 14:27:20 2009
http://epydoc.sourceforge.net