Warning, your browser does not support JavaScript and is not capable of displaying the latest web pages such as this one.
Pylons
Latest Version:
0.9.6.2
Home
Docs
Wiki
Trac
Community
FAQ
Install
Pastebin
Search Docs
Index of the
util
module
m
pylons.util
...
-
Paste Template and Pylons utility functions
C
ContextObj
...
-
The 'c' object, with strict attribute access (raises an Exception when the attribute does not exist)
C
MinimalPylonsTemplate
...
a
vars
...
a
template_renderer
...
a
egg_plugins
...
a
summary
...
a
use_cheetah
...
a
required_templates
...
f
pre
...
-
Called before template is applied.
C
AttribSafeContextObj
...
-
The 'c' object, with lax attribute access (returns '' when the attribute does not exist)
C
PylonsTemplate
...
a
summary
...
f
pre
...
-
Called before template is applied.
f
set_lang
...
-
The set_lang function has moved to pylons.i18n, please update your import statements to reflect the move
f
class_name_from_module_name
...
-
Takes a module name and returns the name of the class it defines.
f
get_lang
...
-
The get_lang function has moved to pylons.i18n, please update your import statements to reflect the move
f
log
...
-
Deprecated: Use the logging module instead.
f
_
...
-
The _ function has moved to pylons.i18n, please update your import statements to reflect the move
Top