Public Member Functions | Public Attributes | Private Member Functions
rosbridge_tools.tornado.template.Loader Class Reference
Inheritance diagram for rosbridge_tools.tornado.template.Loader:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def resolve_path

Public Attributes

 root

Private Member Functions

def _create_template

Detailed Description

A template loader that loads from a single root directory.

Definition at line 350 of file template.py.


Constructor & Destructor Documentation

def rosbridge_tools.tornado.template.Loader.__init__ (   self,
  autoescape,
  namespace 
)
``autoescape`` must be either None or a string naming a function
in the template namespace, such as "xhtml_escape".

Reimplemented from rosbridge_tools.tornado.template.BaseLoader.

Definition at line 353 of file template.py.


Member Function Documentation

def rosbridge_tools.tornado.template.Loader._create_template (   self,
  name 
) [private]

Reimplemented from rosbridge_tools.tornado.template.BaseLoader.

Definition at line 368 of file template.py.

def rosbridge_tools.tornado.template.Loader.resolve_path (   self,
  name,
  parent_path = None 
)
Converts a possibly-relative path to absolute (used internally).

Reimplemented from rosbridge_tools.tornado.template.BaseLoader.

Definition at line 357 of file template.py.


Member Data Documentation

Definition at line 353 of file template.py.


The documentation for this class was generated from the following file:


rosbridge_tools
Author(s): Jonathan Mace
autogenerated on Sat Dec 27 2014 11:25:59