Index

_ | A | B | C | D | E | F | G | H | I | J | L | M | N | P | R | S | T | U

_

__call__() (tipfy.RequestHandler method)
__init__() (tipfy.ext.acl.Acl method)
(tipfy.RequestHandler method)
(tipfy.Tipfy method)

A

abort() (tipfy.RequestHandler method)
Acl (class in tipfy.ext.acl)
acl (tipfy.ext.acl.AclMixin attribute)
AclMixin (class in tipfy.ext.acl)
AclRules (class in tipfy.ext.acl)
admin_required() (in module tipfy.ext.auth)
AdminRequiredMiddleware (class in tipfy.ext.auth)
AllSessionMixins (class in tipfy.ext.session)
AppEngineAuthMixin (class in tipfy.ext.auth)
AppstatsMiddleware (class in tipfy.ext.appstats)
auth_create_user() (tipfy.ext.auth.AppEngineAuthMixin method)
(tipfy.ext.auth.MultiAuthMixin method)
auth_current_user (tipfy.ext.auth.AppEngineAuthMixin attribute)
(tipfy.ext.auth.MultiAuthMixin attribute)
auth_get_user_entity() (tipfy.ext.auth.AppEngineAuthMixin method)
(tipfy.ext.auth.MultiAuthMixin method)
auth_is_admin (tipfy.ext.auth.AppEngineAuthMixin attribute)
(tipfy.ext.auth.MultiAuthMixin attribute)
auth_login_url() (tipfy.ext.auth.AppEngineAuthMixin method)
(tipfy.ext.auth.MultiAuthMixin method)
auth_login_with_form() (tipfy.ext.auth.MultiAuthMixin method)
auth_login_with_third_party() (tipfy.ext.auth.MultiAuthMixin method)
auth_logout() (tipfy.ext.auth.MultiAuthMixin method)
auth_logout_url() (tipfy.ext.auth.AppEngineAuthMixin method)
(tipfy.ext.auth.MultiAuthMixin method)
auth_session (tipfy.ext.auth.AppEngineAuthMixin attribute)
(tipfy.ext.auth.MultiAuthMixin attribute)
auth_set_session() (tipfy.ext.auth.MultiAuthMixin method)
auth_signup_url() (tipfy.ext.auth.AppEngineAuthMixin method)
(tipfy.ext.auth.MultiAuthMixin method)
auth_user_model (tipfy.ext.auth.AppEngineAuthMixin attribute)
(tipfy.ext.auth.MultiAuthMixin attribute)

B

BaseHandler (class in tipfy.ext.xmpp)
BlobstoreDownloadMixin (class in tipfy.ext.blobstore)
BlobstoreUploadMixin (class in tipfy.ext.blobstore)

C

check_password() (tipfy.ext.auth.model.User method)
check_session() (tipfy.ext.auth.model.User method)
CommandHandlerMixin (class in tipfy.ext.xmpp)
Config (class in tipfy)
CookieMixin (class in tipfy.ext.session)
create() (tipfy.ext.auth.model.User class method)
create_secure_cookie() (tipfy.ext.session.SessionStore method)

D

default_config (in module tipfy)
(in module tipfy.ext.auth)
(in module tipfy.ext.i18n)
(in module tipfy.ext.jinja2)
(in module tipfy.ext.mako)
(in module tipfy.ext.session)
DeferredHandler (class in tipfy.ext.taskqueue)
delete() (tipfy.ext.acl.AclRules method)
delete_cache() (tipfy.ext.acl.AclRules class method)
delete_cookie() (tipfy.ext.session.SessionStore method)

E

EtagProperty (class in tipfy.ext.db)

F

FlashMixin (class in tipfy.ext.session)
format_currency() (in module tipfy.ext.i18n)
format_date() (in module tipfy.ext.i18n)
format_datetime() (in module tipfy.ext.i18n)
format_decimal() (in module tipfy.ext.i18n)
format_number() (in module tipfy.ext.i18n)
format_percent() (in module tipfy.ext.i18n)
format_scientific() (in module tipfy.ext.i18n)
format_time() (in module tipfy.ext.i18n)

G

get() (tipfy.Config method)
get_by_area_and_user() (tipfy.ext.acl.AclRules class method)
get_by_id_or_404() (in module tipfy.ext.db)
get_by_key_name_or_404() (in module tipfy.ext.db)
get_config() (in module tipfy)
(tipfy.RequestHandler method)
get_entity_from_protobuf() (in module tipfy.ext.db)
get_env() (in module tipfy.ext.jinja2)
get_flash() (tipfy.ext.session.FlashMixin method)
(tipfy.ext.session.SessionStore method)
get_key_name() (tipfy.ext.acl.AclRules class method)
get_or_404() (in module tipfy.ext.db)
get_or_insert_with_flag() (in module tipfy.ext.db)
get_or_load() (tipfy.Config method)
get_property_dict() (in module tipfy.ext.db)
get_protobuf_from_entity() (in module tipfy.ext.db)
get_reference_key() (in module tipfy.ext.db)
get_roles_and_rules() (tipfy.ext.acl.AclRules class method)
get_secure_cookie() (tipfy.ext.session.SecureCookieMixin method)
(tipfy.ext.session.SessionStore method)
get_session() (tipfy.ext.session.SessionMixin method)
(tipfy.ext.session.SessionStore method)
get_template_attribute() (in module tipfy.ext.jinja2)
get_timezone_name() (in module tipfy.ext.i18n)
get_translations() (in module tipfy.ext.i18n)
get_tzinfo() (in module tipfy.ext.i18n)
get_uploads() (tipfy.ext.blobstore.BlobstoreUploadMixin method)
gettext() (in module tipfy.ext.i18n)

H

handle_exception() (tipfy.RequestHandler method)
HandlerPrefix (class in tipfy)
has_access() (tipfy.ext.acl.Acl method)
has_any_access() (tipfy.ext.acl.Acl method)

I

insert_or_update() (tipfy.ext.acl.AclRules class method)
is_all() (tipfy.ext.acl.Acl method)
is_any() (tipfy.ext.acl.Acl method)
is_default_locale() (in module tipfy.ext.i18n)
is_one() (tipfy.ext.acl.Acl method)
is_rule_set() (tipfy.ext.acl.AclRules method)

J

JsonProperty (class in tipfy.ext.db)

L

lazy_gettext() (in module tipfy.ext.i18n)
lazy_ngettext() (in module tipfy.ext.i18n)
load_entity() (in module tipfy.ext.db)
load_secure_cookie() (tipfy.ext.session.SessionStore method)
login_required() (in module tipfy.ext.auth)
LoginRequiredMiddleware (class in tipfy.ext.auth)

M

make_wsgi_app() (in module tipfy)
Mapper (class in tipfy.ext.taskqueue)
message_received() (tipfy.ext.xmpp.BaseHandler method)
(tipfy.ext.xmpp.CommandHandlerMixin method)
messages (tipfy.ext.session.MessagesMixin attribute)
MessagesMixin (class in tipfy.ext.session)
middleware (tipfy.RequestHandler attribute)
MultiAuthMixin (class in tipfy.ext.auth)

N

ngettext() (in module tipfy.ext.i18n)

P

parse_date() (in module tipfy.ext.i18n)
parse_datetime() (in module tipfy.ext.i18n)
parse_decimal() (in module tipfy.ext.i18n)
parse_number() (in module tipfy.ext.i18n)
parse_time() (in module tipfy.ext.i18n)
PickleProperty (class in tipfy.ext.db)
populate_entity() (in module tipfy.ext.db)
put() (tipfy.ext.acl.AclRules method)

R

redirect() (in module tipfy)
(tipfy.RequestHandler method)
redirect_to() (in module tipfy)
(tipfy.RequestHandler method)
render_json_response() (in module tipfy)
render_response() (in module tipfy.ext.jinja2)
(in module tipfy.ext.mako)
render_template() (in module tipfy.ext.jinja2)
(in module tipfy.ext.mako)
RequestHandler (class in tipfy)
reset() (tipfy.ext.acl.Acl method)
retry_on_timeout() (in module tipfy.ext.db)
roles_lock (tipfy.ext.acl.Acl attribute)
roles_map (tipfy.ext.acl.Acl attribute)
Rule (class in tipfy)
run() (tipfy.Tipfy method)
run_wsgi_app() (in module tipfy)

S

SecureCookieMixin (class in tipfy.ext.session)
send_blob() (tipfy.ext.blobstore.BlobstoreDownloadMixin method)
session (tipfy.ext.session.SessionMixin attribute)
SessionMiddleware (class in tipfy.ext.session)
SessionMixin (class in tipfy.ext.session)
SessionStore (class in tipfy.ext.session)
set_cache() (tipfy.ext.acl.AclRules class method)
set_cookie() (tipfy.ext.session.SessionStore method)
set_flash() (tipfy.ext.session.FlashMixin method)
(tipfy.ext.session.SessionStore method)
set_message() (tipfy.ext.session.MessagesMixin method)
set_password() (tipfy.ext.auth.model.User method)
set_translations() (in module tipfy.ext.i18n)
set_translations_from_request() (in module tipfy.ext.i18n)
setdefault() (tipfy.Config method)
SlugProperty (class in tipfy.ext.db)

T

text_message() (tipfy.ext.xmpp.CommandHandlerMixin method)
TimezoneProperty (class in tipfy.ext.db)
Tipfy (class in tipfy)
tipfy (module)
tipfy.ext.acl (module)
tipfy.ext.appstats (module)
tipfy.ext.auth (module)
tipfy.ext.auth.model (module)
tipfy.ext.blobstore (module)
tipfy.ext.db (module)
tipfy.ext.debugger (module)
tipfy.ext.i18n (module)
tipfy.ext.jinja2 (module)
tipfy.ext.mako (module)
tipfy.ext.session (module)
tipfy.ext.taskqueue (module)
tipfy.ext.xmpp (module)
to_local_timezone() (in module tipfy.ext.i18n)
to_utc() (in module tipfy.ext.i18n)

U

unhandled_command() (tipfy.ext.xmpp.CommandHandlerMixin method)
update() (tipfy.Config method)
url_for() (in module tipfy)
(tipfy.RequestHandler method)
User (class in tipfy.ext.auth.model)
user_required() (in module tipfy.ext.auth)
UserRequiredMiddleware (class in tipfy.ext.auth)

Docs created using Sphinx Powered by Google App Engine