Latest Version: 0.9.6.2

pylons

Base objects to be exported for use in Controllers


Attributes

a c

<paste.registry.StackedObjectProxy object at 0x21463d0>

a cache

<paste.registry.StackedObjectProxy object at 0x21a64f0>

a g

<paste.registry.StackedObjectProxy object at 0x1697ab0>

a request

<paste.registry.StackedObjectProxy object at 0x21a6530>

a response

<paste.registry.StackedObjectProxy object at 0x21a6510>

a session

<paste.registry.StackedObjectProxy object at 0x250d110>

Functions

f jsonify(*args, **kargs) ...

The pylons.jsonify function has moved to pylons.decorators.jsonify, please update your import statements to reflect the move

Action decorator that formats output for JSON

Given a function that will return content, this decorator will turn the result into JSON, with a content-type of 'text/javascript' and output it.

Classes

C Controller(...) ...

This class contains 6 members.

C Response(...) ...

This class contains 6 members.

See the source for more information.

Top