Package wtf :: Package app :: Package sample :: Module index
[hide private]
[frames] | no frames]

Module index

source code

This package contains a sample application.


Author: André Malo

Variables [hide private]
  __staticmap__ = {'/': hello_world,}
  __dynamicmap__ = [(r'/(?P<name>[^./]+)\.html$', hello_world), ...
  __package__ = 'wtf.app.sample'
Variables Details [hide private]

__dynamicmap__

Value:
[('/(?P<name>[^./]+)\\.html$',
  <wtf.app.decorators.MethodDecorator object at 0x7fafe1666a50>),
 ('/static/(?P<filename>.+)', None)]