Python Paste


FuncFactory


Attributes

a content_type

'application/octet-stream'

a default_encoding

'utf8'

Methods

f __addtoclass__(self, cls, name) ...

f getter(self, obj) ...

f setter(self, obj, value) ...

f deleter(self, obj) ...

f method_GET(self, obj, environ, start_response) ...

f method_PUT(self, obj, environ, start_response) ...

f method_DELETE(self, obj, environ, start_response) ...

f method_POST(self, obj, environ, start_response) ...

f call_POST(self, obj, command, request) ...

f __init__(self, func, uri_path=None) ...

f __call__(self, environ, start_response) ...

See the source for more information.