ProjectPyramid/APIs/Pyramid-1.3.3.api

changeset 2
e691c51ab655
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProjectPyramid/APIs/Pyramid-1.3.3.api	Tue Aug 28 17:15:21 2012 +0200
@@ -0,0 +1,1284 @@
+asset.abspath_from_asset_spec?4(spec, pname='__main__')
+asset.asset_spec_from_abspath?4(abspath, package)
+asset.resolve_asset_spec?4(spec, pname='__main__')
+authentication.AuthTicket.cookie_value?4()
+authentication.AuthTicket.digest?4()
+authentication.AuthTicket?1(secret, userid, ip, tokens=(), user_data='', time=None, cookie_name='auth_tkt', secure=False)
+authentication.AuthTktAuthenticationPolicy.forget?4(request)
+authentication.AuthTktAuthenticationPolicy.remember?4(request, principal, **kw)
+authentication.AuthTktAuthenticationPolicy.unauthenticated_userid?4(request)
+authentication.AuthTktAuthenticationPolicy?1(secret, callback=None, cookie_name='auth_tkt', secure=False, include_ip=False, timeout=None, reissue_time=None, max_age=None, path="/", http_only=False, wild_domain=True, debug=False, )
+authentication.AuthTktCookieHelper.AuthTicket?7
+authentication.AuthTktCookieHelper.BadTicket?7
+authentication.AuthTktCookieHelper._get_cookies?5(environ, value, max_age=None)
+authentication.AuthTktCookieHelper.forget?4(request)
+authentication.AuthTktCookieHelper.identify?4(request)
+authentication.AuthTktCookieHelper.now?7
+authentication.AuthTktCookieHelper.parse_ticket?7
+authentication.AuthTktCookieHelper.reissue_authtkt?4(response)
+authentication.AuthTktCookieHelper.remember?4(request, userid, max_age=None, tokens=())
+authentication.AuthTktCookieHelper.userid_type_decoders?7
+authentication.AuthTktCookieHelper.userid_type_encoders?7
+authentication.AuthTktCookieHelper?1(secret, cookie_name='auth_tkt', secure=False, include_ip=False, timeout=None, reissue_time=None, max_age=None, http_only=False, path="/", wild_domain=True)
+authentication.BadTicket?1(msg, expected=None)
+authentication.CallbackAuthenticationPolicy._log?5(msg, methodname, request)
+authentication.CallbackAuthenticationPolicy.authenticated_userid?4(request)
+authentication.CallbackAuthenticationPolicy.callback?7
+authentication.CallbackAuthenticationPolicy.debug?7
+authentication.CallbackAuthenticationPolicy.effective_principals?4(request)
+authentication.EXPIRE?7
+authentication.RemoteUserAuthenticationPolicy.forget?4(request)
+authentication.RemoteUserAuthenticationPolicy.remember?4(request, principal, **kw)
+authentication.RemoteUserAuthenticationPolicy.unauthenticated_userid?4(request)
+authentication.RemoteUserAuthenticationPolicy?1(environ_key='REMOTE_USER', callback=None, debug=False)
+authentication.RepozeWho1AuthenticationPolicy._get_identifier?5(request)
+authentication.RepozeWho1AuthenticationPolicy._get_identity?5(request)
+authentication.RepozeWho1AuthenticationPolicy.authenticated_userid?4(request)
+authentication.RepozeWho1AuthenticationPolicy.effective_principals?4(request)
+authentication.RepozeWho1AuthenticationPolicy.forget?4(request)
+authentication.RepozeWho1AuthenticationPolicy.remember?4(request, principal, **kw)
+authentication.RepozeWho1AuthenticationPolicy.unauthenticated_userid?4(request)
+authentication.RepozeWho1AuthenticationPolicy?1(identifier_name='auth_tkt', callback=None)
+authentication.SessionAuthenticationPolicy.forget?4(request)
+authentication.SessionAuthenticationPolicy.remember?4(request, principal, **kw)
+authentication.SessionAuthenticationPolicy.unauthenticated_userid?4(request)
+authentication.SessionAuthenticationPolicy?1(prefix='auth.', callback=None, debug=False)
+authentication.VALID_TOKEN?7
+authentication.b64decode?4(v)
+authentication.b64encode?4(v)
+authentication.calculate_digest?4(ip, timestamp, secret, userid, tokens, user_data)
+authentication.encode_ip_timestamp?4(ip, timestamp)
+authentication.parse_ticket?4(secret, ticket, ip)
+authorization.ACLAuthorizationPolicy.permits?4(context, principals, permission)
+authorization.ACLAuthorizationPolicy.principals_allowed_by_permission?4(context, permission)
+chameleon_text.PageTextTemplateFile?1(*arg, **kw)
+chameleon_text.TextTemplateRenderer.implementation?4()
+chameleon_text.TextTemplateRenderer.template?4()
+chameleon_text.TextTemplateRenderer?1(path, lookup)
+chameleon_text.get_renderer?4(path)
+chameleon_text.get_template?4(path)
+chameleon_text.render_template?4(path, **kw)
+chameleon_text.render_template_to_response?4(path, **kw)
+chameleon_text.renderer_factory?4(info)
+chameleon_zpt.PageTemplateFile?1(*arg, **kw)
+chameleon_zpt.ZPTTemplateRenderer.implementation?4()
+chameleon_zpt.ZPTTemplateRenderer.template?4()
+chameleon_zpt.ZPTTemplateRenderer?1(path, lookup)
+chameleon_zpt.get_renderer?4(path)
+chameleon_zpt.get_template?4(path)
+chameleon_zpt.render_template?4(path, **kw)
+chameleon_zpt.render_template_to_response?4(path, **kw)
+chameleon_zpt.renderer_factory?4(info)
+compat.PY3?7
+compat.ascii_native_?4(s)
+compat.bytes_?4(s, encoding='latin-1', errors='strict')
+compat.decode_path_info?4(path)
+compat.exec_?4(code, globs=None, locs=None)
+compat.is_bound_method?4(ob)
+compat.is_nonstr_iter?4(v)
+compat.iteritems_?4(d)
+compat.iterkeys_?4(d)
+compat.itervalues_?4(d)
+compat.map_?4(*arg)
+compat.native_?4(s, encoding='latin-1', errors='strict')
+compat.reraise?4(tp, value, tb=None)
+compat.text_?4(s, encoding='latin-1', errors='strict')
+compat.unquote_bytes_to_wsgi?4(bytestring)
+compat.url_unquote_native?4(v, encoding='utf-8', errors='replace')
+compat.url_unquote_text?4(v, encoding='utf-8', errors='replace')
+config.ConfigurationError?7
+config.Configurator._ainfo?8
+config.Configurator._ctx?8
+config.Configurator._del_introspector?5()
+config.Configurator._fix_registry?5()
+config.Configurator._get_action_state?5()
+config.Configurator._get_introspector?5()
+config.Configurator._make_spec?5(path_or_spec)
+config.Configurator._set_action_state?5(state)
+config.Configurator._set_introspector?5(introspector)
+config.Configurator._split_spec?5(path_or_spec)
+config.Configurator.action?4(discriminator, callable=None, args=(), kw=None, order=0, introspectables=(), **extra)
+config.Configurator.action_info?4()
+config.Configurator.action_state?7
+config.Configurator.basepath?7
+config.Configurator.bypath?4()
+config.Configurator.commit?4()
+config.Configurator.conflicts?7
+config.Configurator.include?4(callable, route_prefix=None)
+config.Configurator.includepath?7
+config.Configurator.info?7
+config.Configurator.inspect?7
+config.Configurator.introspectable?7
+config.Configurator.introspector?7
+config.Configurator.manager?7
+config.Configurator.notify?4()
+config.Configurator.object_description?7
+config.Configurator.output?7
+config.Configurator.queryAdapterOrSelf?4(interface, default=None)
+config.Configurator.registerSelfAdapter?4(provided=None, name=empty, info=empty, event=True)
+config.Configurator.setup_registry?4(settings=None, root_factory=None, authentication_policy=None, authorization_policy=None, renderers=None, debug_logger=None, locale_negotiator=None, request_factory=None, renderer_globals_factory=None, default_permission=None, session_factory=None, default_view_mapper=None, exceptionresponse_view=default_exceptionresponse_view, )
+config.Configurator.unique?7
+config.Configurator.venusian?7
+config.Configurator?1(registry=None, package=None, settings=None, root_factory=None, authentication_policy=None, authorization_policy=None, renderers=None, debug_logger=None, locale_negotiator=None, request_factory=None, renderer_globals_factory=None, default_permission=None, session_factory=None, default_view_mapper=None, autocommit=False, exceptionresponse_view=default_exceptionresponse_view, route_prefix=None, introspection=True, )
+config._marker?8
+config.adapters.AdaptersConfiguratorMixin._register_response_adapters?5()
+config.adapters.AdaptersConfiguratorMixin.add_resource_url_adapter?4(adapter, resource_iface=None)
+config.adapters.AdaptersConfiguratorMixin.add_response_adapter?4(adapter, type_or_iface)
+config.adapters.AdaptersConfiguratorMixin.add_subscriber?4(subscriber, iface=None)
+config.adapters.AdaptersConfiguratorMixin.add_traverser?4(adapter, iface=None)
+config.adapters.AdaptersConfiguratorMixin.register?4()
+config.assets.AssetsConfiguratorMixin._override?5(package, path, override_package, override_prefix, PackageOverrides=PackageOverrides)
+config.assets.AssetsConfiguratorMixin.override_asset?4(to_override, override_with, _override=None)
+config.assets.AssetsConfiguratorMixin.override_resource?7
+config.assets.AssetsConfiguratorMixin.register?4()
+config.assets.DirectoryOverride?1(path, package, prefix)
+config.assets.FileOverride?1(path, package, prefix)
+config.assets.OverrideProvider._get_overrides?5()
+config.assets.OverrideProvider.get_resource_filename?4(manager, resource_name)
+config.assets.OverrideProvider.get_resource_stream?4(manager, resource_name)
+config.assets.OverrideProvider.get_resource_string?4(manager, resource_name)
+config.assets.OverrideProvider.has_resource?4(resource_name)
+config.assets.OverrideProvider.resource_isdir?4(resource_name)
+config.assets.OverrideProvider.resource_listdir?4(resource_name)
+config.assets.OverrideProvider?1(module)
+config.assets.PackageOverrides.get_filename?4(resource_name)
+config.assets.PackageOverrides.get_stream?4(resource_name)
+config.assets.PackageOverrides.get_string?4(resource_name)
+config.assets.PackageOverrides.has_resource?4(resource_name)
+config.assets.PackageOverrides.insert?4(path, package, prefix)
+config.assets.PackageOverrides.isdir?4(resource_name)
+config.assets.PackageOverrides.listdir?4(resource_name)
+config.assets.PackageOverrides.search_path?4(resource_name)
+config.assets.PackageOverrides?1(package, pkg_resources=pkg_resources)
+config.empty?7
+config.expand_action?4(discriminator, callable=None, args=(), kw=None, includepath=(), info=None, order=0, introspectables=())
+config.factories.FactoriesConfiguratorMixin._set_root_factory?8
+config.factories.FactoriesConfiguratorMixin.register?4()
+config.factories.FactoriesConfiguratorMixin.set_request_factory?4(factory)
+config.factories.FactoriesConfiguratorMixin.set_request_property?4(callable, name=None, reify=False)
+config.factories.FactoriesConfiguratorMixin.set_root_factory?4(factory)
+config.factories.FactoriesConfiguratorMixin.set_session_factory?4(factory)
+config.factories._set_request_properties?5(event)
+config.global_registries?7
+config.i18n.I18NConfiguratorMixin._set_locale_negotiator?5(negotiator)
+config.i18n.I18NConfiguratorMixin.add_translation_dirs?4(*specs)
+config.i18n.I18NConfiguratorMixin.register?4()
+config.i18n.I18NConfiguratorMixin.set_locale_negotiator?4(negotiator)
+config.i18n.translator?4(msg)
+config.rendering.DEFAULT_RENDERERS?7
+config.rendering.RenderingConfiguratorMixin.add_renderer?4(name, factory)
+config.rendering.RenderingConfiguratorMixin.register?4()
+config.rendering.RenderingConfiguratorMixin.set_renderer_globals_factory?4(factory, warn=True)
+config.routes.RoutesConfiguratorMixin._add_view_from_route?5(route_name, view, context, permission, renderer, attr, )
+config.routes.RoutesConfiguratorMixin.add_route?4(name, pattern=None, view=None, view_for=None, permission=None, factory=None, for_=None, header=None, xhr=False, accept=None, path_info=None, request_method=None, request_param=None, traverse=None, custom_predicates=(), view_permission=None, renderer=None, view_renderer=None, view_context=None, view_attr=None, use_global_views=False, path=None, pregenerator=None, static=False, )
+config.routes.RoutesConfiguratorMixin.get_routes_mapper?4()
+config.routes.RoutesConfiguratorMixin.register_connect?4()
+config.routes.RoutesConfiguratorMixin.register_route_request_iface?4()
+config.security.SecurityConfiguratorMixin._set_authentication_policy?5(policy)
+config.security.SecurityConfiguratorMixin._set_authorization_policy?5(policy)
+config.security.SecurityConfiguratorMixin.ensure?4()
+config.security.SecurityConfiguratorMixin.register?4()
+config.security.SecurityConfiguratorMixin.set_authentication_policy?4(policy)
+config.security.SecurityConfiguratorMixin.set_authorization_policy?4(policy)
+config.security.SecurityConfiguratorMixin.set_default_permission?4(permission)
+config.settings.Settings?1(d=None, _environ_=os.environ, **kw)
+config.settings.SettingsConfiguratorMixin._set_settings?5(mapping)
+config.settings.SettingsConfiguratorMixin.add_settings?4(settings=None, **kw)
+config.settings.SettingsConfiguratorMixin.get_settings?4()
+config.testing.DummyTraverserFactory?1(context)
+config.testing.TestingConfiguratorMixin.subscriber?4()
+config.testing.TestingConfiguratorMixin.testing_add_renderer?4(path, renderer=None)
+config.testing.TestingConfiguratorMixin.testing_add_subscriber?4(event_iface=None)
+config.testing.TestingConfiguratorMixin.testing_add_template?7
+config.testing.TestingConfiguratorMixin.testing_models?7
+config.testing.TestingConfiguratorMixin.testing_resources?4(resources)
+config.testing.TestingConfiguratorMixin.testing_securitypolicy?4(userid=None, groupids=(), permissive=True)
+config.tweens.CyclicDependencyError?1(cycles)
+config.tweens.Tweens.add_arc?4(tonode)
+config.tweens.Tweens.add_explicit?4(name, factory)
+config.tweens.Tweens.add_implicit?4(name, factory, under=None, over=None)
+config.tweens.Tweens.add_node?4()
+config.tweens.Tweens.implicit?4()
+config.tweens.Tweens?1()
+config.tweens.TweensConfiguratorMixin._add_tween?5(tween_factory, under=None, over=None, explicit=False)
+config.tweens.TweensConfiguratorMixin.add_tween?4(tween_factory, under=None, over=None)
+config.tweens.TweensConfiguratorMixin.is_string_or_iterable?4()
+config.tweens.TweensConfiguratorMixin.register?4()
+config.util.ActionInfo?1(file, line, function, src)
+config.util.DEFAULT_PHASH?7
+config.util.MAX_ORDER?7
+config.util.accept_predicate?4(context, request)
+config.util.action_method?4(wrapped)
+config.util.as_sorted_tuple?4(val)
+config.util.containment_predicate?4(context, request)
+config.util.header_predicate?4(context, request)
+config.util.make_predicates?4(xhr=None, request_method=None, path_info=None, request_param=None, match_param=None, header=None, accept=None, containment=None, request_type=None, traverse=None, custom=())
+config.util.match_param_predicate?4(context, request)
+config.util.path_info_predicate?4(context, request)
+config.util.request_method_predicate?4(context, request)
+config.util.request_param_predicate?4(context, request)
+config.util.request_type_predicate?4(context, request)
+config.util.traverse_predicate?4(context, request)
+config.util.wrapper?4(self, *arg, **kw)
+config.util.xhr_predicate?4(context, request)
+config.views.DefaultViewMapper._attr_view?5(request)
+config.views.DefaultViewMapper._class_requestonly_view?5(request)
+config.views.DefaultViewMapper._class_view?5(request)
+config.views.DefaultViewMapper._requestonly_view?5(request)
+config.views.DefaultViewMapper.map_class?4(view)
+config.views.DefaultViewMapper.map_class_native?4(view)
+config.views.DefaultViewMapper.map_class_requestonly?4(view)
+config.views.DefaultViewMapper.map_nonclass?4(view)
+config.views.DefaultViewMapper.map_nonclass_attr?4(view)
+config.views.DefaultViewMapper.map_nonclass_requestonly?4(view)
+config.views.DefaultViewMapper.mapped_view?4(request)
+config.views.DefaultViewMapper?1(**kw)
+config.views.MultiView.add?4(view, order, accept=None, phash=None)
+config.views.MultiView.get_views?4(request)
+config.views.MultiView.match?4(context, request)
+config.views.MultiView?1(name)
+config.views.StaticURLInfo._get_registrations?5(registry)
+config.views.StaticURLInfo.add?4(config, name, spec, **extra)
+config.views.StaticURLInfo.generate?4(path, request, **kw)
+config.views.StaticURLInfo.register?4()
+config.views.ViewDeriver._authdebug_view?5(request)
+config.views.ViewDeriver._owrapped_view?5(request)
+config.views.ViewDeriver._permitted?5(request)
+config.views.ViewDeriver._rendered_view?5(view, view_renderer)
+config.views.ViewDeriver._response_resolved_view?5(view)
+config.views.ViewDeriver._secured_view?5(request)
+config.views.ViewDeriver.attr_view?4(request)
+config.views.ViewDeriver.attr_wrapped_view?4(view)
+config.views.ViewDeriver.authdebug_view?4(view)
+config.views.ViewDeriver.checker?4(request)
+config.views.ViewDeriver.decorated_view?4(view)
+config.views.ViewDeriver.http_cached_view?4(view)
+config.views.ViewDeriver.mapped_view?4(view)
+config.views.ViewDeriver.owrapped_view?4(view)
+config.views.ViewDeriver.predicate_wrapper?4(request)
+config.views.ViewDeriver.predicated_view?4(view)
+config.views.ViewDeriver.rendered_view?4(request)
+config.views.ViewDeriver.secured_view?4(view)
+config.views.ViewDeriver.viewresult_to_response?4(request)
+config.views.ViewDeriver.wrapper?4(request)
+config.views.ViewDeriver?1(**kw)
+config.views.ViewsConfiguratorMixin._derive_view?5(view, permission=None, predicates=(), attr=None, renderer=None, wrapper_viewname=None, viewname=None, accept=None, order=MAX_ORDER, phash=DEFAULT_PHASH, decorator=None, mapper=None, http_cache=None)
+config.views.ViewsConfiguratorMixin.add_forbidden_view?4(view=None, attr=None, renderer=None, wrapper=None, route_name=None, request_type=None, request_method=None, request_param=None, containment=None, xhr=None, accept=None, header=None, path_info=None, custom_predicates=(), decorator=None, mapper=None, match_param=None)
+config.views.ViewsConfiguratorMixin.add_notfound_view?4(view=None, attr=None, renderer=None, wrapper=None, route_name=None, request_type=None, request_method=None, request_param=None, containment=None, xhr=None, accept=None, header=None, path_info=None, custom_predicates=(), decorator=None, mapper=None, match_param=None, append_slash=False)
+config.views.ViewsConfiguratorMixin.add_static_view?4(name, path, **kw)
+config.views.ViewsConfiguratorMixin.add_view?4(view=None, name="", for_=None, permission=None, request_type=None, route_name=None, request_method=None, request_param=None, containment=None, attr=None, renderer=None, wrapper=None, xhr=False, accept=None, header=None, path_info=None, custom_predicates=(), context=None, decorator=None, mapper=None, http_cache=None, match_param=None)
+config.views.ViewsConfiguratorMixin.derive_view?4(view, attr=None, renderer=None)
+config.views.ViewsConfiguratorMixin.regclosure?4()
+config.views.ViewsConfiguratorMixin.register?4()
+config.views.ViewsConfiguratorMixin.set_forbidden_view?7
+config.views.ViewsConfiguratorMixin.set_notfound_view?7
+config.views.ViewsConfiguratorMixin.set_view_mapper?4(mapper)
+config.views.ViewsConfiguratorMixin.view?4(request)
+config.views.inner?4(self, view)
+config.views.isexception?4(o)
+config.views.preserve_view_attrs?4(view, wrapper)
+config.views.requestonly?4(view, attr=None)
+config.views.url_parse?7
+config.views.urljoin?7
+config.views.view_description?4(view)
+config.views.viewdefaults?4(wrapped)
+config.views.wrapper?4(self, *arg, **kw)
+config.views.wraps_view?4(wrapper)
+config.zca.ZCAConfiguratorMixin.hook_zca?4()
+config.zca.ZCAConfiguratorMixin.unhook_zca?4()
+configuration.ConfigurationError?7
+configuration.Configurator?1(registry=None, package=None, settings=None, root_factory=None, authentication_policy=None, authorization_policy=None, renderers=DEFAULT_RENDERERS, debug_logger=None, locale_negotiator=None, request_factory=None, renderer_globals_factory=None, default_permission=None, session_factory=None, autocommit=True, route_prefix=None, introspection=True, )
+decorator.reify?1(wrapped)
+encode._enc?5(val)
+encode.url_quote?4(s, safe='')
+encode.urlencode?4(query, doseq=True)
+events.AfterTraversal?7
+events.ApplicationCreated?1(app)
+events.BeforeRender?1(system, rendering_val=None)
+events.ContextFound?1(request)
+events.NewRequest?1(request)
+events.NewResponse?1(request, response)
+events.WSGIApplicationCreatedEvent?7
+events.subscriber.register?4(scanner, name, wrapped)
+events.subscriber.venusian?7
+events.subscriber?1(*ifaces)
+exceptions.CR?7
+exceptions.ConfigurationConflictError?1(conflicts)
+exceptions.ConfigurationExecutionError?1(etype, evalue, info)
+exceptions.Forbidden?7
+exceptions.NotFound?7
+fixers.fix_bfg_imports.ATTR?7
+fixers.fix_bfg_imports.BFG_INCLUDE_IN_ATTR?7
+fixers.fix_bfg_imports.BFG_IN_ATTR?7
+fixers.fix_bfg_imports.BFG_NS_RE?7
+fixers.fix_bfg_imports.FixBfgImports.build_pattern?4()
+fixers.fix_bfg_imports.FixBfgImports.compile_pattern?4()
+fixers.fix_bfg_imports.FixBfgImports.mapping?7
+fixers.fix_bfg_imports.FixBfgImports.match?4(node)
+fixers.fix_bfg_imports.FixBfgImports.run_order?7
+fixers.fix_bfg_imports.FixBfgImports.start_tree?4(tree, filename)
+fixers.fix_bfg_imports.FixBfgImports.transform?4(node, results)
+fixers.fix_bfg_imports.INCLUDE_ATTR?7
+fixers.fix_bfg_imports.MAPPING?7
+fixers.fix_bfg_imports.MODULE_ALTERNATIVES?7
+fixers.fix_bfg_imports.MODULE_NAMES?7
+fixers.fix_bfg_imports.NS?7
+fixers.fix_bfg_imports.alternates?4(members)
+fixers.fix_bfg_imports.build_pattern?4(mapping=MAPPING)
+fixers.fix_bfg_imports.fix_zcml?4(path)
+fixers.fix_bfg_imports.main?4(argv=None)
+fixers.fix_bfg_imports.replace?4(match)
+httpexceptions.HTTPAccepted.code?7
+httpexceptions.HTTPAccepted.explanation?7
+httpexceptions.HTTPAccepted.title?7
+httpexceptions.HTTPBadGateway.code?7
+httpexceptions.HTTPBadGateway.explanation?7
+httpexceptions.HTTPBadGateway.title?7
+httpexceptions.HTTPClientError.code?7
+httpexceptions.HTTPClientError.explanation?7
+httpexceptions.HTTPClientError.title?7
+httpexceptions.HTTPConflict.code?7
+httpexceptions.HTTPConflict.explanation?7
+httpexceptions.HTTPConflict.title?7
+httpexceptions.HTTPCreated.code?7
+httpexceptions.HTTPCreated.title?7
+httpexceptions.HTTPExpectationFailed.code?7
+httpexceptions.HTTPExpectationFailed.explanation?7
+httpexceptions.HTTPExpectationFailed.title?7
+httpexceptions.HTTPFailedDependency.code?7
+httpexceptions.HTTPFailedDependency.explanation?7
+httpexceptions.HTTPFailedDependency.title?7
+httpexceptions.HTTPForbidden.code?7
+httpexceptions.HTTPForbidden.explanation?7
+httpexceptions.HTTPForbidden.title?7
+httpexceptions.HTTPForbidden?1(detail=None, headers=None, comment=None, body_template=None, result=None, **kw)
+httpexceptions.HTTPFound.code?7
+httpexceptions.HTTPFound.explanation?7
+httpexceptions.HTTPFound.title?7
+httpexceptions.HTTPGatewayTimeout.code?7
+httpexceptions.HTTPGatewayTimeout.explanation?7
+httpexceptions.HTTPGatewayTimeout.title?7
+httpexceptions.HTTPGone.code?7
+httpexceptions.HTTPGone.explanation?7
+httpexceptions.HTTPGone.title?7
+httpexceptions.HTTPInsufficientStorage.code?7
+httpexceptions.HTTPInsufficientStorage.explanation?7
+httpexceptions.HTTPInsufficientStorage.title?7
+httpexceptions.HTTPLengthRequired.code?7
+httpexceptions.HTTPLengthRequired.explanation?7
+httpexceptions.HTTPLengthRequired.title?7
+httpexceptions.HTTPLocked.code?7
+httpexceptions.HTTPLocked.explanation?7
+httpexceptions.HTTPLocked.title?7
+httpexceptions.HTTPMethodNotAllowed.body_template_obj?7
+httpexceptions.HTTPMethodNotAllowed.code?7
+httpexceptions.HTTPMethodNotAllowed.title?7
+httpexceptions.HTTPMovedPermanently.code?7
+httpexceptions.HTTPMovedPermanently.title?7
+httpexceptions.HTTPMultipleChoices.code?7
+httpexceptions.HTTPMultipleChoices.title?7
+httpexceptions.HTTPNoContent.code?7
+httpexceptions.HTTPNoContent.empty_body?7
+httpexceptions.HTTPNoContent.title?7
+httpexceptions.HTTPNonAuthoritativeInformation.code?7
+httpexceptions.HTTPNonAuthoritativeInformation.title?7
+httpexceptions.HTTPNotAcceptable.code?7
+httpexceptions.HTTPNotAcceptable.title?7
+httpexceptions.HTTPNotFound.code?7
+httpexceptions.HTTPNotFound.explanation?7
+httpexceptions.HTTPNotFound.title?7
+httpexceptions.HTTPNotImplemented.code?7
+httpexceptions.HTTPNotImplemented.title?7
+httpexceptions.HTTPNotModified.code?7
+httpexceptions.HTTPNotModified.empty_body?7
+httpexceptions.HTTPNotModified.title?7
+httpexceptions.HTTPOk.code?7
+httpexceptions.HTTPOk.title?7
+httpexceptions.HTTPPartialContent.code?7
+httpexceptions.HTTPPartialContent.title?7
+httpexceptions.HTTPPaymentRequired.code?7
+httpexceptions.HTTPPaymentRequired.explanation?7
+httpexceptions.HTTPPaymentRequired.title?7
+httpexceptions.HTTPPreconditionFailed.code?7
+httpexceptions.HTTPPreconditionFailed.explanation?7
+httpexceptions.HTTPPreconditionFailed.title?7
+httpexceptions.HTTPProxyAuthenticationRequired.code?7
+httpexceptions.HTTPProxyAuthenticationRequired.explanation?7
+httpexceptions.HTTPProxyAuthenticationRequired.title?7
+httpexceptions.HTTPRequestEntityTooLarge.code?7
+httpexceptions.HTTPRequestEntityTooLarge.explanation?7
+httpexceptions.HTTPRequestEntityTooLarge.title?7
+httpexceptions.HTTPRequestRangeNotSatisfiable.code?7
+httpexceptions.HTTPRequestRangeNotSatisfiable.explanation?7
+httpexceptions.HTTPRequestRangeNotSatisfiable.title?7
+httpexceptions.HTTPRequestTimeout.code?7
+httpexceptions.HTTPRequestTimeout.explanation?7
+httpexceptions.HTTPRequestTimeout.title?7
+httpexceptions.HTTPRequestURITooLong.code?7
+httpexceptions.HTTPRequestURITooLong.explanation?7
+httpexceptions.HTTPRequestURITooLong.title?7
+httpexceptions.HTTPResetContent.code?7
+httpexceptions.HTTPResetContent.empty_body?7
+httpexceptions.HTTPResetContent.title?7
+httpexceptions.HTTPSeeOther.code?7
+httpexceptions.HTTPSeeOther.title?7
+httpexceptions.HTTPServerError.code?7
+httpexceptions.HTTPServerError.explanation?7
+httpexceptions.HTTPServerError.title?7
+httpexceptions.HTTPServiceUnavailable.code?7
+httpexceptions.HTTPServiceUnavailable.explanation?7
+httpexceptions.HTTPServiceUnavailable.title?7
+httpexceptions.HTTPTemporaryRedirect.code?7
+httpexceptions.HTTPTemporaryRedirect.title?7
+httpexceptions.HTTPUnauthorized.code?7
+httpexceptions.HTTPUnauthorized.explanation?7
+httpexceptions.HTTPUnauthorized.title?7
+httpexceptions.HTTPUnprocessableEntity.code?7
+httpexceptions.HTTPUnprocessableEntity.explanation?7
+httpexceptions.HTTPUnprocessableEntity.title?7
+httpexceptions.HTTPUnsupportedMediaType.code?7
+httpexceptions.HTTPUnsupportedMediaType.title?7
+httpexceptions.HTTPUseProxy.code?7
+httpexceptions.HTTPUseProxy.explanation?7
+httpexceptions.HTTPUseProxy.title?7
+httpexceptions.HTTPVersionNotSupported.code?7
+httpexceptions.HTTPVersionNotSupported.explanation?7
+httpexceptions.HTTPVersionNotSupported.title?7
+httpexceptions.WSGIHTTPException.body_template_obj?7
+httpexceptions.WSGIHTTPException.code?7
+httpexceptions.WSGIHTTPException.empty_body?7
+httpexceptions.WSGIHTTPException.exception?7
+httpexceptions.WSGIHTTPException.explanation?7
+httpexceptions.WSGIHTTPException.html_template_obj?7
+httpexceptions.WSGIHTTPException.plain_template_obj?7
+httpexceptions.WSGIHTTPException.prepare?4(environ)
+httpexceptions.WSGIHTTPException.title?7
+httpexceptions.WSGIHTTPException.wsgi_response?4()
+httpexceptions.WSGIHTTPException?1(detail=None, headers=None, comment=None, body_template=None, **kw)
+httpexceptions._HTTPMove.body_template_obj?7
+httpexceptions._HTTPMove.explanation?7
+httpexceptions._HTTPMove?2(location='', detail=None, headers=None, comment=None, body_template=None, **kw)
+httpexceptions._no_escape?5(value)
+httpexceptions.code?7
+httpexceptions.default_exceptionresponse_view?4(context, request)
+httpexceptions.exception_response?4(status_code, **kw)
+httpexceptions.status_map?7
+i18n.Localizer.pluralize?4(singular, plural, n, domain=None, mapping=None)
+i18n.Localizer.translate?4(tstring, domain=None, mapping=None)
+i18n.Localizer?1(locale_name, translations)
+i18n.TranslationString?7
+i18n.TranslationStringFactory?7
+i18n.Translations.DEFAULT_DOMAIN?7
+i18n.Translations.add?4(translations, merge=True)
+i18n.Translations.dgettext?4(domain, message)
+i18n.Translations.dngettext?4(domain, singular, plural, num)
+i18n.Translations.dugettext?4(domain, message)
+i18n.Translations.dungettext?4(domain, singular, plural, num)
+i18n.Translations.ldgettext?4(domain, message)
+i18n.Translations.ldngettext?4(domain, singular, plural, num)
+i18n.Translations.load?4(dirname=None, locales=None, domain=DEFAULT_DOMAIN)
+i18n.Translations.merge?4(translations)
+i18n.Translations?1(fileobj=None, domain=DEFAULT_DOMAIN)
+i18n.default_locale_negotiator?4(request)
+i18n.get_locale_name?4(request)
+i18n.get_localizer?4(request)
+i18n.make_localizer?4(current_locale_name, translation_directories)
+i18n.negotiate_locale_name?4(request)
+interfaces.IActionInfo.file?7
+interfaces.IActionInfo.line?7
+interfaces.IAfterTraversal?7
+interfaces.IApplicationCreated.app?7
+interfaces.IAssetDescriptor.abspath?4()
+interfaces.IAssetDescriptor.absspec?4()
+interfaces.IAssetDescriptor.exists?4()
+interfaces.IAssetDescriptor.isdir?4()
+interfaces.IAssetDescriptor.listdir?4()
+interfaces.IAssetDescriptor.stream?4()
+interfaces.IAuthenticationPolicy.authenticated_userid?4()
+interfaces.IAuthenticationPolicy.effective_principals?4()
+interfaces.IAuthenticationPolicy.forget?4()
+interfaces.IAuthenticationPolicy.remember?4(principal, **kw)
+interfaces.IAuthenticationPolicy.unauthenticated_userid?4()
+interfaces.IAuthorizationPolicy.permits?4(principals, permission)
+interfaces.IAuthorizationPolicy.principals_allowed_by_permission?4(permission)
+interfaces.IBeforeRender.rendering_val?7
+interfaces.IChameleonLookup.auto_reload?7
+interfaces.IChameleonLookup.debug?7
+interfaces.IChameleonLookup.translate?7
+interfaces.IContextFound.request?7
+interfaces.IContextURL.virtual_root?4()
+interfaces.IDict.clear?4()
+interfaces.IDict.get?4(default=None)
+interfaces.IDict.items?4()
+interfaces.IDict.iteritems?4()
+interfaces.IDict.iterkeys?4()
+interfaces.IDict.itervalues?4()
+interfaces.IDict.keys?4()
+interfaces.IDict.pop?4(default=None)
+interfaces.IDict.popitem?4()
+interfaces.IDict.setdefault?4(default=None)
+interfaces.IDict.update?4()
+interfaces.IDict.values?4()
+interfaces.IExceptionResponse.prepare?4()
+interfaces.IIntrospectable.action_info?7
+interfaces.IIntrospectable.category_name?7
+interfaces.IIntrospectable.discriminator?7
+interfaces.IIntrospectable.discriminator_hash?7
+interfaces.IIntrospectable.order?7
+interfaces.IIntrospectable.register?4(action_info)
+interfaces.IIntrospectable.relate?4(discriminator)
+interfaces.IIntrospectable.title?7
+interfaces.IIntrospectable.type_name?7
+interfaces.IIntrospectable.unrelate?4(discriminator)
+interfaces.IIntrospector.add?4()
+interfaces.IIntrospector.categories?4()
+interfaces.IIntrospector.categorized?4()
+interfaces.IIntrospector.get?4(discriminator, default=None)
+interfaces.IIntrospector.get_category?4(default=None, sort_key=None)
+interfaces.IIntrospector.relate?4()
+interfaces.IIntrospector.related?4()
+interfaces.IIntrospector.remove?4(discriminator)
+interfaces.IIntrospector.unrelate?4()
+interfaces.ILogger?7
+interfaces.IMultiDict.add?4(value)
+interfaces.IMultiDict.dict_of_lists?4()
+interfaces.IMultiDict.extend?4(**kwargs)
+interfaces.IMultiDict.getall?4()
+interfaces.IMultiDict.getone?4()
+interfaces.IMultiDict.mixed?4()
+interfaces.IMultiView.add?4(predicates, order, accept=None, phash=None)
+interfaces.INewRequest.request?7
+interfaces.INewResponse.request?7
+interfaces.INewResponse.response?7
+interfaces.IRendererInfo.name?7
+interfaces.IRendererInfo.package?7
+interfaces.IRendererInfo.registry?7
+interfaces.IRendererInfo.settings?7
+interfaces.IRendererInfo.type?7
+interfaces.IRequestFactory.blank?4()
+interfaces.IResourceURL.physical_path?7
+interfaces.IResourceURL.virtual_path?7
+interfaces.IResponse.RequestClass?7
+interfaces.IResponse.accept_ranges?7
+interfaces.IResponse.age?7
+interfaces.IResponse.allow?7
+interfaces.IResponse.app_iter?7
+interfaces.IResponse.app_iter_range?4(stop)
+interfaces.IResponse.body?7
+interfaces.IResponse.body_file?7
+interfaces.IResponse.cache_control?7
+interfaces.IResponse.cache_expires?7
+interfaces.IResponse.charset?7
+interfaces.IResponse.conditional_response_app?4(start_response)
+interfaces.IResponse.content_disposition?7
+interfaces.IResponse.content_encoding?7
+interfaces.IResponse.content_language?7
+interfaces.IResponse.content_length?7
+interfaces.IResponse.content_location?7
+interfaces.IResponse.content_md5?7
+interfaces.IResponse.content_range?7
+interfaces.IResponse.content_type?7
+interfaces.IResponse.content_type_params?7
+interfaces.IResponse.copy?4()
+interfaces.IResponse.date?7
+interfaces.IResponse.delete_cookie?4(path='/', domain=None)
+interfaces.IResponse.encode_content?4(lazy=False)
+interfaces.IResponse.environ?7
+interfaces.IResponse.etag?7
+interfaces.IResponse.expires?7
+interfaces.IResponse.headerlist?7
+interfaces.IResponse.headers?7
+interfaces.IResponse.last_modified?7
+interfaces.IResponse.location?7
+interfaces.IResponse.md5_etag?4(set_content_md5=False)
+interfaces.IResponse.merge_cookies?4()
+interfaces.IResponse.pragma?7
+interfaces.IResponse.request?7
+interfaces.IResponse.retry_after?7
+interfaces.IResponse.server?7
+interfaces.IResponse.set_cookie?4(value='', max_age=None, path='/', domain=None, secure=False, httponly=False, comment=None, expires=None, overwrite=False)
+interfaces.IResponse.status?7
+interfaces.IResponse.status_int?7
+interfaces.IResponse.unicode_body?7
+interfaces.IResponse.unset_cookie?4(strict=True)
+interfaces.IResponse.vary?7
+interfaces.IResponse.www_authenticate?7
+interfaces.IRoute.factory?7
+interfaces.IRoute.generate?4()
+interfaces.IRoute.match?4()
+interfaces.IRoute.name?7
+interfaces.IRoute.pattern?7
+interfaces.IRoute.predicates?7
+interfaces.IRoute.pregenerator?7
+interfaces.IRouter.registry?7
+interfaces.IRoutesMapper.connect?4(pattern, factory=None, predicates=(), pregenerator=None, static=True)
+interfaces.IRoutesMapper.generate?4(kw)
+interfaces.IRoutesMapper.get_route?4()
+interfaces.IRoutesMapper.get_routes?4()
+interfaces.IRoutesMapper.has_routes?4()
+interfaces.ISession.changed?4()
+interfaces.ISession.created?7
+interfaces.ISession.flash?4(queue='', allow_duplicate=True)
+interfaces.ISession.get_csrf_token?4()
+interfaces.ISession.invalidate?4()
+interfaces.ISession.new?7
+interfaces.ISession.new_csrf_token?4()
+interfaces.ISession.peek_flash?4()
+interfaces.ISession.pop_flash?4()
+interfaces.IStaticURLInfo.add?4(name, spec, **extra)
+interfaces.IStaticURLInfo.generate?4(request, **kw)
+interfaces.ITemplateRenderer.implementation?4()
+interfaces.ITraverserFactory?7
+interfaces.IWSGIApplicationCreatedEvent?7
+interfaces.PHASE1_CONFIG?7
+interfaces.PHASE2_CONFIG?7
+interfaces.VH_ROOT_KEY?7
+location.inside?4(resource1, resource2)
+location.lineage?4(resource)
+mako_templating.MakoLookupTemplateRenderer.implementation?4()
+mako_templating.MakoLookupTemplateRenderer?1(path, lookup)
+mako_templating.MakoRendererFactoryHelper.sget?4(default=None)
+mako_templating.MakoRendererFactoryHelper?1(settings_prefix=None)
+mako_templating.MakoRenderingException?1(text)
+mako_templating.PkgResourceTemplateLookup.adjust_uri?4(uri, relativeto)
+mako_templating.PkgResourceTemplateLookup.get_template?4(uri)
+mako_templating.registry_lock?7
+mako_templating.renderer_factory?7
+paster.PyramidTemplate?7
+paster._getpathsec?5(config_uri, name)
+paster.bootstrap?4(config_uri, request=None)
+paster.get_app?4(config_uri, name=None, loadapp=loadapp)
+paster.get_appsettings?4(config_uri, name=None, appconfig=appconfig)
+paster.setup_logging?4(config_uri, fileConfig=fileConfig, configparser=configparser)
+path.AssetResolver.resolve?4(spec)
+path.CALLER_PACKAGE?7
+path.DottedNameResolver._pkg_resources_style?5(value, package)
+path.DottedNameResolver._resolve?5(dotted, package)
+path.DottedNameResolver._zope_dottedname_style?5(value, package)
+path.DottedNameResolver.maybe_resolve?4(dotted)
+path.DottedNameResolver.resolve?4(dotted)
+path.FSAssetDescriptor.abspath?4()
+path.FSAssetDescriptor.absspec?4()
+path.FSAssetDescriptor.exists?4()
+path.FSAssetDescriptor.isdir?4()
+path.FSAssetDescriptor.listdir?4()
+path.FSAssetDescriptor.stream?4()
+path.FSAssetDescriptor?1(path)
+path.PkgResourcesAssetDescriptor.abspath?4()
+path.PkgResourcesAssetDescriptor.absspec?4()
+path.PkgResourcesAssetDescriptor.exists?4()
+path.PkgResourcesAssetDescriptor.isdir?4()
+path.PkgResourcesAssetDescriptor.listdir?4()
+path.PkgResourcesAssetDescriptor.pkg_resources?7
+path.PkgResourcesAssetDescriptor.stream?4()
+path.PkgResourcesAssetDescriptor?1(pkg_name, path)
+path.Resolver.get_package?4()
+path.Resolver.get_package_name?4()
+path.Resolver?1(package=CALLER_PACKAGE)
+path.caller_module?4(level=2, sys=sys)
+path.caller_package?4(level=2, caller_module=caller_module)
+path.caller_path?4(path, level=2)
+path.ignore_types?7
+path.init_names?7
+path.package_name?4(pkg_or_module)
+path.package_of?4(pkg_or_module)
+path.package_path?4(package)
+registry.Introspectable.action_info?7
+registry.Introspectable.discriminator_hash?4()
+registry.Introspectable.order?7
+registry.Introspectable.register?4(introspector, action_info)
+registry.Introspectable.relate?4(category_name, discriminator)
+registry.Introspectable.unrelate?4(category_name, discriminator)
+registry.Introspectable?1(category_name, discriminator, title, type_name)
+registry.Introspector._get_intrs_by_pairs?5(pairs)
+registry.Introspector.add?4(intr)
+registry.Introspector.categories?4()
+registry.Introspector.categorized?4(sort_key=None)
+registry.Introspector.get?4(category_name, discriminator, default=None)
+registry.Introspector.get_category?4(category_name, default=None, sort_key=None)
+registry.Introspector.relate?4(*pairs)
+registry.Introspector.related?4(intr)
+registry.Introspector.remove?4(category_name, discriminator)
+registry.Introspector.unrelate?4(*pairs)
+registry.Introspector?1()
+registry.Registry._get_settings?5()
+registry.Registry._set_settings?5(settings)
+registry.Registry._settings?8
+registry.Registry.has_listeners?7
+registry.Registry.notify?4(*events)
+registry.Registry.queryAdapterOrSelf?4(object, interface, default=None)
+registry.Registry.registerHandler?4(*arg, **kw)
+registry.Registry.registerSelfAdapter?4(required=None, provided=None, name=empty, info=empty, event=True)
+registry.Registry.registerSubscriptionAdapter?4(*arg, **kw)
+registry.Registry.settings?7
+registry.empty?7
+registry.global_registry?7
+renderers.ChameleonRendererLookup.auto_reload?4()
+renderers.ChameleonRendererLookup.debug?4()
+renderers.ChameleonRendererLookup.get_spec?4(name, package)
+renderers.ChameleonRendererLookup.translate?4()
+renderers.ChameleonRendererLookup?1(impl, registry)
+renderers.JSONP._render?5(system)
+renderers.JSONP?1(param_name='callback')
+renderers.NullRendererHelper.clone?4(name=None, package=None, registry=None)
+renderers.NullRendererHelper.render?4(value, system_values, request=None)
+renderers.NullRendererHelper.render_to_response?4(value, system_values, request=None)
+renderers.NullRendererHelper.render_view?4(request, value, view, context)
+renderers.NullRendererHelper.settings?4()
+renderers.NullRendererHelper?1(name=None, package=None, registry=None)
+renderers.RendererHelper._make_response?5(result, request)
+renderers.RendererHelper.clone?4(name=None, package=None, registry=None)
+renderers.RendererHelper.get_renderer?4()
+renderers.RendererHelper.render?4(value, system_values, request=None)
+renderers.RendererHelper.render_to_response?4(value, system_values, request=None)
+renderers.RendererHelper.render_view?4(request, response, view, context)
+renderers.RendererHelper.renderer?4()
+renderers.RendererHelper.settings?4()
+renderers.RendererHelper?1(name=None, package=None, registry=None)
+renderers._render?5(value, system)
+renderers.get_renderer?4(renderer_name, package=None)
+renderers.json_renderer_factory?4(info)
+renderers.null_renderer?7
+renderers.registry_lock?7
+renderers.render?4(renderer_name, value, request=None, package=None)
+renderers.render_to_response?4(renderer_name, value, request=None, package=None)
+renderers.string_renderer_factory?4(info)
+renderers.template_renderer_factory?4(info, impl, lock=registry_lock)
+request.CallbackMethodsMixin._process_finished_callbacks?5()
+request.CallbackMethodsMixin._process_response_callbacks?5(response)
+request.CallbackMethodsMixin.add_finished_callback?4(callback)
+request.CallbackMethodsMixin.add_response_callback?4(callback)
+request.CallbackMethodsMixin.finished_callbacks?7
+request.CallbackMethodsMixin.response_callbacks?7
+request.DeprecatedRequestMethodsMixin._response_cache_for_del?5()
+request.DeprecatedRequestMethodsMixin._response_cache_for_get?5()
+request.DeprecatedRequestMethodsMixin._response_cache_for_set?5(value)
+request.DeprecatedRequestMethodsMixin._response_charset_del?5()
+request.DeprecatedRequestMethodsMixin._response_charset_get?5()
+request.DeprecatedRequestMethodsMixin._response_charset_set?5(value)
+request.DeprecatedRequestMethodsMixin._response_content_type_del?5()
+request.DeprecatedRequestMethodsMixin._response_content_type_get?5()
+request.DeprecatedRequestMethodsMixin._response_content_type_set?5(value)
+request.DeprecatedRequestMethodsMixin._response_headerlist_del?5()
+request.DeprecatedRequestMethodsMixin._response_headerlist_get?5()
+request.DeprecatedRequestMethodsMixin._response_headerlist_set?5(value)
+request.DeprecatedRequestMethodsMixin._response_status_del?5()
+request.DeprecatedRequestMethodsMixin._response_status_get?5()
+request.DeprecatedRequestMethodsMixin._response_status_set?5(value)
+request.DeprecatedRequestMethodsMixin.dictlike?7
+request.DeprecatedRequestMethodsMixin.get?4(k, default=None)
+request.DeprecatedRequestMethodsMixin.has_key?4(k)
+request.DeprecatedRequestMethodsMixin.hl_dep?7
+request.DeprecatedRequestMethodsMixin.items?4()
+request.DeprecatedRequestMethodsMixin.iteritems?4()
+request.DeprecatedRequestMethodsMixin.iterkeys?4()
+request.DeprecatedRequestMethodsMixin.itervalues?4()
+request.DeprecatedRequestMethodsMixin.keys?4()
+request.DeprecatedRequestMethodsMixin.pop?4(k)
+request.DeprecatedRequestMethodsMixin.popitem?4()
+request.DeprecatedRequestMethodsMixin.response_cache_for?7
+request.DeprecatedRequestMethodsMixin.response_charset?7
+request.DeprecatedRequestMethodsMixin.response_content_type?7
+request.DeprecatedRequestMethodsMixin.response_headerlist?7
+request.DeprecatedRequestMethodsMixin.response_status?7
+request.DeprecatedRequestMethodsMixin.rr_dep?7
+request.DeprecatedRequestMethodsMixin.setdefault?4(v, default)
+request.DeprecatedRequestMethodsMixin.update?4(v, **kw)
+request.DeprecatedRequestMethodsMixin.values?4()
+request.Request.exc_info?7
+request.Request.exception?7
+request.Request.is_response?4(ob)
+request.Request.json_body?4()
+request.Request.matchdict?7
+request.Request.matched_route?7
+request.Request.response?4()
+request.Request.session?4()
+request.Request.tmpl_context?4()
+request.add_global_response_headers?4(request, headerlist)
+request.add_headers?4(request, response)
+request.call_app_with_subpath_as_path_info?4(request, app)
+request.route_request_iface?4(name, bases=())
+resource.abspath_from_resource_spec?7
+resource.resolve_resource_spec?7
+resource.resource_spec_from_abspath?7
+response.FileIter.close?4()
+response.FileIter.next?4()
+response.FileIter?1(file, block_size=_BLOCK_SIZE)
+response.FileResponse?1(path, request=None, cache_max_age=None, content_type=None, content_encoding=None)
+response._BLOCK_SIZE?8
+response.init_mimetypes?4(mimetypes)
+response.response_adapter.register?4(scanner, name, wrapped)
+response.response_adapter.venusian?7
+response.response_adapter?1(*types_or_ifaces)
+router.Router.debug_notfound?7
+router.Router.debug_routematch?7
+router.Router.handle_request?4(request)
+router.Router.threadlocal_manager?7
+router.Router?1(registry)
+scaffolds.AlchemyProjectTemplate._template_dir?8
+scaffolds.AlchemyProjectTemplate.summary?7
+scaffolds.PyramidTemplate.out?4(msg)
+scaffolds.PyramidTemplate.post?4(command, output_dir, vars)
+scaffolds.PyramidTemplate.pre?4(command, output_dir, vars)
+scaffolds.StarterProjectTemplate._template_dir?8
+scaffolds.StarterProjectTemplate.summary?7
+scaffolds.ZODBProjectTemplate._template_dir?8
+scaffolds.ZODBProjectTemplate.summary?7
+scaffolds.alchemy.+package+.main?4(global_config, **settings)
+scaffolds.alchemy.+package+.models.Base?7
+scaffolds.alchemy.+package+.models.DBSession?7
+scaffolds.alchemy.+package+.models.MyModel.id?7
+scaffolds.alchemy.+package+.models.MyModel.name?7
+scaffolds.alchemy.+package+.models.MyModel.value?7
+scaffolds.alchemy.+package+.models.MyModel?1(name, value)
+scaffolds.alchemy.+package+.scripts.initializedb.main?4(argv=sys.argv)
+scaffolds.alchemy.+package+.scripts.initializedb.usage?4(argv)
+scaffolds.copydir.all_answer?7
+scaffolds.copydir.copy_dir?4(source, dest, vars, verbosity, simulate, indent=0, sub_vars=True, interactive=False, overwrite=True, template_renderer=None, out_=sys.stdout)
+scaffolds.copydir.fsenc?7
+scaffolds.copydir.html_quote?4(s)
+scaffolds.copydir.makedirs?4(dir, verbosity, pad)
+scaffolds.copydir.out?4(msg)
+scaffolds.copydir.query_interactive?4(src_fn, dest_fn, src_content, dest_content, simulate, out_=sys.stdout)
+scaffolds.copydir.query_usage?7
+scaffolds.copydir.should_skip_file?4(name)
+scaffolds.copydir.skip_template?4(condition=True, *args)
+scaffolds.copydir.standard_vars?7
+scaffolds.copydir.substitute_content?4(content, vars, filename='<string>', template_renderer=None)
+scaffolds.copydir.substitute_filename?4(fn, vars)
+scaffolds.copydir.test?4(conf, true_cond, false_cond=None)
+scaffolds.copydir.url_quote?4(s)
+scaffolds.starter.+package+.main?4(global_config, **settings)
+scaffolds.template.Template._template_dir?8
+scaffolds.template.Template.check_vars?4(vars, other)
+scaffolds.template.Template.copydir?7
+scaffolds.template.Template.exists?4(path)
+scaffolds.template.Template.makedirs?4(dir)
+scaffolds.template.Template.module_dir?4()
+scaffolds.template.Template.out?4(msg)
+scaffolds.template.Template.post?4(command, output_dir, vars)
+scaffolds.template.Template.pre?4(command, output_dir, vars)
+scaffolds.template.Template.render_template?4(content, vars, filename=None)
+scaffolds.template.Template.required_templates?7
+scaffolds.template.Template.run?4(command, output_dir, vars)
+scaffolds.template.Template.template_dir?4()
+scaffolds.template.Template.write_files?4(command, output_dir, vars)
+scaffolds.template.Template?1(name)
+scaffolds.template._add_except?5(exc, info)
+scaffolds.template.double_brace_pattern?7
+scaffolds.template.double_bracerepl?4(match)
+scaffolds.template.eval_with_catch?4(expr, vars)
+scaffolds.template.fsenc?7
+scaffolds.template.substitute_double_braces?4(content, values)
+scaffolds.tests.TemplateTest.install?4(tmpl_name)
+scaffolds.tests.TemplateTest.make_venv?4(directory)
+scaffolds.tests.TemplateTest.templates?7
+scaffolds.zodb.+package+.main?4(global_config, **settings)
+scaffolds.zodb.+package+.models.appmaker?4(zodb_root)
+scaffolds.zodb.+package+.root_factory?4(request)
+scripting._make_request?5(path, registry=None)
+scripting.closer?4()
+scripting.closer?4(request=request)
+scripting.get_root?4(app, request=None)
+scripting.prepare?4(request=None, registry=None)
+scripts.common.logging_file_config?4(config_file, fileConfig=fileConfig, configparser=configparser)
+scripts.pcreate.PCreateCommand.action?7
+scripts.pcreate.PCreateCommand.all_scaffolds?4()
+scripts.pcreate.PCreateCommand.description?7
+scripts.pcreate.PCreateCommand.dest?7
+scripts.pcreate.PCreateCommand.help?7
+scripts.pcreate.PCreateCommand.out?4(msg)
+scripts.pcreate.PCreateCommand.parser?7
+scripts.pcreate.PCreateCommand.render_scaffolds?4()
+scripts.pcreate.PCreateCommand.run?4()
+scripts.pcreate.PCreateCommand.show_scaffolds?4()
+scripts.pcreate.PCreateCommand.usage?7
+scripts.pcreate.PCreateCommand.verbosity?7
+scripts.pcreate.PCreateCommand?1(argv, quiet=False)
+scripts.pcreate._bad_chars_re?8
+scripts.pcreate.main?4(argv=sys.argv, quiet=False)
+scripts.prequest.PRequestCommand.action?7
+scripts.prequest.PRequestCommand.choices?7
+scripts.prequest.PRequestCommand.description?7
+scripts.prequest.PRequestCommand.dest?7
+scripts.prequest.PRequestCommand.get_app?7
+scripts.prequest.PRequestCommand.help?7
+scripts.prequest.PRequestCommand.metavar?7
+scripts.prequest.PRequestCommand.out?4(msg)
+scripts.prequest.PRequestCommand.parser?7
+scripts.prequest.PRequestCommand.run?4()
+scripts.prequest.PRequestCommand.stdin?7
+scripts.prequest.PRequestCommand.type?7
+scripts.prequest.PRequestCommand.usage?7
+scripts.prequest.PRequestCommand?1(argv, quiet=False)
+scripts.prequest.main?4(argv=sys.argv, quiet=False)
+scripts.proutes.PRoutesCommand._get_mapper?5(registry)
+scripts.proutes.PRoutesCommand.bootstrap?7
+scripts.proutes.PRoutesCommand.description?7
+scripts.proutes.PRoutesCommand.out?4(msg)
+scripts.proutes.PRoutesCommand.parser?7
+scripts.proutes.PRoutesCommand.run?4(quiet=False)
+scripts.proutes.PRoutesCommand.stdout?7
+scripts.proutes.PRoutesCommand.usage?7
+scripts.proutes.PRoutesCommand?1(argv, quiet=False)
+scripts.proutes.main?4(argv=sys.argv, quiet=False)
+scripts.pserve.LazyWriter.close?4()
+scripts.pserve.LazyWriter.flush?4()
+scripts.pserve.LazyWriter.open?4()
+scripts.pserve.LazyWriter.write?4(text)
+scripts.pserve.LazyWriter.writelines?4(text)
+scripts.pserve.LazyWriter?1(filename, mode='w')
+scripts.pserve.MAXFD?7
+scripts.pserve.Monitor._exit?5()
+scripts.pserve.Monitor.add_file_callback?4(cls, callback)
+scripts.pserve.Monitor.add_file_callback?7
+scripts.pserve.Monitor.check_reload?4()
+scripts.pserve.Monitor.global_extra_files?7
+scripts.pserve.Monitor.global_file_callbacks?7
+scripts.pserve.Monitor.instances?7
+scripts.pserve.Monitor.periodic_reload?4()
+scripts.pserve.Monitor.watch_file?4(cls, filename)
+scripts.pserve.Monitor.watch_file?7
+scripts.pserve.Monitor?1(poll_interval)
+scripts.pserve.PServeCommand._monitor_environ_key?8
+scripts.pserve.PServeCommand._reloader_environ_key?8
+scripts.pserve.PServeCommand._remove_pid_file?5(written_pid, filename, verbosity)
+scripts.pserve.PServeCommand._scheme_re?8
+scripts.pserve.PServeCommand.action?7
+scripts.pserve.PServeCommand.change_user_group?4(user, group)
+scripts.pserve.PServeCommand.daemonize?4()
+scripts.pserve.PServeCommand.default?7
+scripts.pserve.PServeCommand.default_verbosity?7
+scripts.pserve.PServeCommand.description?7
+scripts.pserve.PServeCommand.dest?7
+scripts.pserve.PServeCommand.help?7
+scripts.pserve.PServeCommand.loadapp?4(app_spec, name, relative_to, **kw)
+scripts.pserve.PServeCommand.loadserver?4(server_spec, name, relative_to, **kw)
+scripts.pserve.PServeCommand.metavar?7
+scripts.pserve.PServeCommand.out?4(msg)
+scripts.pserve.PServeCommand.parse_vars?4(args)
+scripts.pserve.PServeCommand.parser?7
+scripts.pserve.PServeCommand.possible_subcommands?7
+scripts.pserve.PServeCommand.quote_first_command_arg?4(arg)
+scripts.pserve.PServeCommand.record_pid?4(pid_file)
+scripts.pserve.PServeCommand.restart_with_monitor?4(reloader=False)
+scripts.pserve.PServeCommand.restart_with_reloader?4()
+scripts.pserve.PServeCommand.run?4()
+scripts.pserve.PServeCommand.serve?4()
+scripts.pserve.PServeCommand.show_status?4()
+scripts.pserve.PServeCommand.stop_daemon?4()
+scripts.pserve.PServeCommand.usage?7
+scripts.pserve.PServeCommand.verbose?7
+scripts.pserve.PServeCommand?1(argv, quiet=False)
+scripts.pserve._cleanup_ports?5(bound_addresses, maxtries=30, sleeptime=2)
+scripts.pserve._methodwrapper?2(func, obj, type)
+scripts.pserve._turn_sigterm_into_systemexit?5()
+scripts.pserve.add_file_callback?7
+scripts.pserve.cherrypy_server_runner?4(app, global_conf=None, host='127.0.0.1', port=None, ssl_pem=None, protocol_version=None, numthreads=None, server_name=None, max=None, request_queue_size=None, timeout=None)
+scripts.pserve.classinstancemethod?1(func)
+scripts.pserve.ensure_port_cleanup?4(bound_addresses, maxtries=30, sleeptime=2)
+scripts.pserve.handle_term?4(signo, frame)
+scripts.pserve.install_reloader?4(poll_interval=1, extra_files=None)
+scripts.pserve.kill?4(pid, sig=None)
+scripts.pserve.live_pidfile?4(pidfile)
+scripts.pserve.main?4(argv=sys.argv, quiet=False)
+scripts.pserve.read_pidfile?4(filename)
+scripts.pserve.watch_file?7
+scripts.pserve.wsgiref_server_runner?4(wsgi_app, global_conf, **kw)
+scripts.pshell.PShellCommand.ConfigParser?7
+scripts.pshell.PShellCommand.action?7
+scripts.pshell.PShellCommand.bootstrap?7
+scripts.pshell.PShellCommand.default?7
+scripts.pshell.PShellCommand.description?7
+scripts.pshell.PShellCommand.dest?7
+scripts.pshell.PShellCommand.help?7
+scripts.pshell.PShellCommand.loaded_objects?7
+scripts.pshell.PShellCommand.make_bpython_shell?4(BPShell=None)
+scripts.pshell.PShellCommand.make_default_shell?4(interact=interact)
+scripts.pshell.PShellCommand.make_ipython_v0_10_shell?4(IPShellFactory=None)
+scripts.pshell.PShellCommand.make_ipython_v0_11_shell?4(IPShellFactory=None)
+scripts.pshell.PShellCommand.make_shell?4()
+scripts.pshell.PShellCommand.object_help?7
+scripts.pshell.PShellCommand.out?4(msg)
+scripts.pshell.PShellCommand.parser?7
+scripts.pshell.PShellCommand.pshell_file_config?4(filename)
+scripts.pshell.PShellCommand.run?4(shell=None)
+scripts.pshell.PShellCommand.setup?7
+scripts.pshell.PShellCommand.shell?4(help)
+scripts.pshell.PShellCommand.usage?7
+scripts.pshell.PShellCommand?1(argv, quiet=False)
+scripts.pshell.main?4(argv=sys.argv, quiet=False)
+scripts.ptweens.PTweensCommand._get_tweens?5(registry)
+scripts.ptweens.PTweensCommand.bootstrap?7
+scripts.ptweens.PTweensCommand.description?7
+scripts.ptweens.PTweensCommand.out?4(msg)
+scripts.ptweens.PTweensCommand.parser?7
+scripts.ptweens.PTweensCommand.run?4()
+scripts.ptweens.PTweensCommand.show_chain?4(chain)
+scripts.ptweens.PTweensCommand.stdout?7
+scripts.ptweens.PTweensCommand.usage?7
+scripts.ptweens.PTweensCommand?1(argv, quiet=False)
+scripts.ptweens.main?4(argv=sys.argv, quiet=False)
+scripts.pviews.PViewsCommand._find_multi_routes?5(mapper, request)
+scripts.pviews.PViewsCommand._find_view?5(url, registry)
+scripts.pviews.PViewsCommand.bootstrap?7
+scripts.pviews.PViewsCommand.description?7
+scripts.pviews.PViewsCommand.out?4(msg)
+scripts.pviews.PViewsCommand.output_route_attrs?4(attrs, indent)
+scripts.pviews.PViewsCommand.output_view_info?4(view_wrapper, level=1)
+scripts.pviews.PViewsCommand.parser?7
+scripts.pviews.PViewsCommand.run?4()
+scripts.pviews.PViewsCommand.stdout?7
+scripts.pviews.PViewsCommand.usage?7
+scripts.pviews.PViewsCommand?1(argv, quiet=False)
+scripts.pviews.RoutesMultiView.infos?7
+scripts.pviews.RoutesMultiView.traverser?7
+scripts.pviews.RoutesMultiView.view?7
+scripts.pviews.RoutesMultiView?1(infos, context_iface, root_factory, request)
+scripts.pviews.main?4(argv=sys.argv, quiet=False)
+security.ACLAllowed.boolval?7
+security.ACLDenied.boolval?7
+security.ACLPermitsResult.msg?4()
+security.ALL_PERMISSIONS?7
+security.Allow?7
+security.Allowed.boolval?7
+security.Authenticated?7
+security.DENY_ALL?7
+security.Denied.boolval?7
+security.Deny?7
+security.Everyone?7
+security.NO_PERMISSION_REQUIRED?7
+security.PermitsResult.msg?4()
+security.authenticated_userid?4(request)
+security.effective_principals?4(request)
+security.forget?4(request)
+security.has_permission?4(permission, context, request)
+security.principals_allowed_by_permission?4(context, permission)
+security.remember?4(request, principal, **kw)
+security.unauthenticated_userid?4(request)
+security.view_execution_permitted?4(context, request, name='')
+session.UnencryptedCookieSessionFactory._cookie_domain?8
+session.UnencryptedCookieSessionFactory._cookie_httponly?8
+session.UnencryptedCookieSessionFactory._cookie_max_age?8
+session.UnencryptedCookieSessionFactory._cookie_name?8
+session.UnencryptedCookieSessionFactory._cookie_on_exception?8
+session.UnencryptedCookieSessionFactory._cookie_path?8
+session.UnencryptedCookieSessionFactory._cookie_secure?8
+session.UnencryptedCookieSessionFactory._dirty?8
+session.UnencryptedCookieSessionFactory._secret?8
+session.UnencryptedCookieSessionFactory._set_cookie?5(response)
+session.UnencryptedCookieSessionFactory._timeout?8
+session.UnencryptedCookieSessionFactory.changed?4()
+session.UnencryptedCookieSessionFactory.clear?7
+session.UnencryptedCookieSessionFactory.flash?4(msg, queue='', allow_duplicate=True)
+session.UnencryptedCookieSessionFactory.get?7
+session.UnencryptedCookieSessionFactory.get_csrf_token?4()
+session.UnencryptedCookieSessionFactory.invalidate?4()
+session.UnencryptedCookieSessionFactory.items?7
+session.UnencryptedCookieSessionFactory.keys?7
+session.UnencryptedCookieSessionFactory.new_csrf_token?4()
+session.UnencryptedCookieSessionFactory.peek_flash?4(queue='')
+session.UnencryptedCookieSessionFactory.pop?7
+session.UnencryptedCookieSessionFactory.pop_flash?4(queue='')
+session.UnencryptedCookieSessionFactory.popitem?7
+session.UnencryptedCookieSessionFactory.setdefault?7
+session.UnencryptedCookieSessionFactory.update?7
+session.UnencryptedCookieSessionFactory.values?7
+session.UnencryptedCookieSessionFactory?1(request)
+session.UnencryptedCookieSessionFactoryConfig?4(secret, timeout=1200, cookie_name='session', cookie_max_age=None, cookie_path='/', cookie_domain=None, cookie_secure=False, cookie_httponly=False, cookie_on_exception=True, )
+session.accessed?4(session, *arg, **kw)
+session.manage_accessed?4(wrapped)
+session.set_cookie_callback?4(request, response)
+session.signed_deserialize?4(serialized, secret, hmac=hmac)
+session.signed_serialize?4(data, secret)
+settings.asbool?4(s)
+settings.aslist?4(value, flatten=True)
+settings.aslist_cronly?4(value)
+settings.get_settings?4()
+settings.truthy?7
+static._contains_slash?5(item)
+static._has_insecure_pathelement?8
+static._secure_path?5(path_tuple)
+static._seps?8
+static.slash?7
+static.static_view.add_slash_redirect?4(request)
+static.static_view?1(root_dir, cache_max_age=3600, package_name=None, use_subpath=False, index='index.html')
+testing.DummyModel?7
+testing.DummyRendererFactory.add?4(spec, renderer)
+testing.DummyRendererFactory?1(name, factory)
+testing.DummyRequest._del_registry?5()
+testing.DummyRequest._get_registry?5()
+testing.DummyRequest._registry?8
+testing.DummyRequest._set_registry?5(registry)
+testing.DummyRequest.application_url?7
+testing.DummyRequest.charset?7
+testing.DummyRequest.content_length?7
+testing.DummyRequest.host?7
+testing.DummyRequest.method?7
+testing.DummyRequest.query_string?7
+testing.DummyRequest.registry?7
+testing.DummyRequest.response?4()
+testing.DummyRequest.script_name?7
+testing.DummyRequest?1(params=None, environ=None, headers=None, path='/', cookies=None, post=None, **kw)
+testing.DummyResource.clone?4(__name__=_marker, __parent__=_marker, **kw)
+testing.DummyResource.get?4(name, default=None)
+testing.DummyResource.items?4()
+testing.DummyResource.keys?4()
+testing.DummyResource.values?4()
+testing.DummyResource?1(__name__=None, __parent__=None, __provides__=None, **kw)
+testing.DummyRootFactory?1(request)
+testing.DummySecurityPolicy.authenticated_userid?4(request)
+testing.DummySecurityPolicy.effective_principals?4(request)
+testing.DummySecurityPolicy.forget?4(request)
+testing.DummySecurityPolicy.permits?4(context, principals, permission)
+testing.DummySecurityPolicy.principals_allowed_by_permission?4(context, permission)
+testing.DummySecurityPolicy.remember?4(request, principal, **kw)
+testing.DummySecurityPolicy.unauthenticated_userid?4(request)
+testing.DummySecurityPolicy?1(userid=None, groupids=(), permissive=True)
+testing.DummySession.changed?4()
+testing.DummySession.created?7
+testing.DummySession.flash?4(msg, queue='', allow_duplicate=True)
+testing.DummySession.get_csrf_token?4()
+testing.DummySession.invalidate?4()
+testing.DummySession.new?7
+testing.DummySession.new_csrf_token?4()
+testing.DummySession.peek_flash?4(queue='')
+testing.DummySession.pop_flash?4(queue='')
+testing.DummyTemplateRenderer._get_string_response?5()
+testing.DummyTemplateRenderer._set_string_response?5(response)
+testing.DummyTemplateRenderer.assert_?4(**kw)
+testing.DummyTemplateRenderer.implementation?4()
+testing.DummyTemplateRenderer.string_response?7
+testing.DummyTemplateRenderer?1(string_response='')
+testing.MockTemplate?1(response)
+testing._marker?8
+testing._secure?5(context, request)
+testing.cleanUp?4(*arg, **kw)
+testing.decorator?4(func)
+testing.have_zca?7
+testing.permitted?4(context, request)
+testing.registerAdapter?4(impl, for_=Interface, provides=Interface, name='')
+testing.registerDummyRenderer?7
+testing.registerDummySecurityPolicy?4(userid=None, groupids=(), permissive=True)
+testing.registerEventListener?4(event_iface=None)
+testing.registerModels?7
+testing.registerResources?4(resources)
+testing.registerRoute?4(pattern, name, factory=None)
+testing.registerSettings?4(dictarg=None, **kw)
+testing.registerSubscriber?4(subscriber, iface=Interface)
+testing.registerTemplateRenderer?4(path, renderer=None)
+testing.registerUtility?4(impl, iface=Interface, name='')
+testing.registerView?4(name, result='', view=None, for_=(Interface, Interface), permission=None)
+testing.setUp?4(registry=None, request=None, hook_zca=True, autocommit=True, settings=None)
+testing.skip_on?4(*platforms)
+testing.tearDown?4(unhook_zca=True)
+testing.view?4(context, request)
+testing.wrapper?4(*args, **kw)
+threadlocal.ThreadLocalManager.clear?4()
+threadlocal.ThreadLocalManager.get?4()
+threadlocal.ThreadLocalManager.pop?4()
+threadlocal.ThreadLocalManager.push?4(info)
+threadlocal.ThreadLocalManager.set?7
+threadlocal.ThreadLocalManager?1(default=None)
+threadlocal.defaults?4()
+threadlocal.get_current_registry?4(context=None)
+threadlocal.get_current_request?4()
+threadlocal.manager?7
+traversal.DefaultRootFactory?1(request)
+traversal.ModelGraphTraverser?7
+traversal.ResourceTreeTraverser.VIEW_SELECTOR?7
+traversal.ResourceURL.vroot_varname?7
+traversal.TraversalContextURL?7
+traversal._join_path_tuple?5(tuple)
+traversal._model_path_list?8
+traversal._resource_path_list?5(resource, *elements)
+traversal._segment_cache?8
+traversal.empty?7
+traversal.find_interface?4(resource, class_or_interface)
+traversal.find_model?7
+traversal.find_resource?4(resource, path)
+traversal.find_root?4(resource)
+traversal.model_path?7
+traversal.model_path_tuple?7
+traversal.quote_path_segment?4(segment, safe='')
+traversal.quote_path_segment_doc?7
+traversal.resource_path?4(resource, *elements)
+traversal.resource_path_tuple?4(resource, *elements)
+traversal.split_path_info?4(path)
+traversal.traversal_path?4(path)
+traversal.traversal_path_info?4(path)
+traversal.traverse?4(resource, path)
+traversal.virtual_root?4(resource, request)
+traversal.virtual_root?4(self)
+tweens.EXCVIEW?7
+tweens.INGRESS?7
+tweens.MAIN?7
+tweens.excview_tween?4(request)
+tweens.excview_tween_factory?4(handler, registry)
+url.PATH_SAFE?7
+url.URLMethodsMixin._partial_application_url?5(scheme=None, host=None, port=None)
+url.URLMethodsMixin.current_route_path?4(*elements, **kw)
+url.URLMethodsMixin.current_route_url?4(*elements, **kw)
+url.URLMethodsMixin.model_url?7
+url.URLMethodsMixin.resource_path?4(resource, *elements, **kw)
+url.URLMethodsMixin.resource_url?4(resource, *elements, **kw)
+url.URLMethodsMixin.route_path?4(route_name, *elements, **kw)
+url.URLMethodsMixin.route_url?4(route_name, *elements, **kw)
+url.URLMethodsMixin.static_path?4(path, **kw)
+url.URLMethodsMixin.static_url?4(path, **kw)
+url._join_elements?5(elements)
+url.current_route_path?4(request, *elements, **kw)
+url.current_route_url?4(request, *elements, **kw)
+url.model_url?7
+url.resource_url?4(resource, request, *elements, **kw)
+url.route_path?4(route_name, request, *elements, **kw)
+url.route_url?4(route_name, request, *elements, **kw)
+url.static_path?4(path, request, **kw)
+url.static_url?4(path, request, **kw)
+urldispatch.Route?1(name, pattern, factory=None, predicates=(), pregenerator=None)
+urldispatch.RoutesMapper.connect?4(name, pattern, factory=None, predicates=(), pregenerator=None, static=False)
+urldispatch.RoutesMapper.generate?4(name, kw)
+urldispatch.RoutesMapper.get_route?4(name)
+urldispatch.RoutesMapper.get_routes?4()
+urldispatch.RoutesMapper.has_routes?4()
+urldispatch.RoutesMapper?1()
+urldispatch._compile_route?5(route)
+urldispatch._marker?8
+urldispatch.generator?4(dict)
+urldispatch.matcher?4(path)
+urldispatch.old_route_re?7
+urldispatch.route_re?7
+urldispatch.star_at_end?7
+urldispatch.update_pattern?4(matchobj)
+util.DottedNameResolver?1(package=None)
+util.InstancePropertyMixin.set_property?4(callable, name=None, reify=False)
+util.WeakOrderedSet.add?4(item)
+util.WeakOrderedSet.empty?4()
+util.WeakOrderedSet.last?4()
+util.WeakOrderedSet.remove?4(item)
+util.WeakOrderedSet?1()
+util.object_description?4(object)
+util.shortrepr?4(object, closer)
+util.strings_differ?4(string1, string2)
+view.AppendSlashNotFoundViewFactory?1(notfound_view=None)
+view._marker?8
+view.append_slash_notfound_view?7
+view.bfg_view?7
+view.default?7
+view.forbidden_view_config.callback?4(name, ob)
+view.forbidden_view_config.venusian?7
+view.forbidden_view_config?1(request_type=default, request_method=default, route_name=default, request_param=default, attr=default, renderer=default, containment=default, wrapper=default, xhr=default, accept=default, header=default, path_info=default, custom_predicates=default, decorator=default, mapper=default, match_param=default)
+view.is_response?4(ob)
+view.notfound_view_config.callback?4(name, ob)
+view.notfound_view_config.venusian?7
+view.notfound_view_config?1(request_type=default, request_method=default, route_name=default, request_param=default, attr=default, renderer=default, containment=default, wrapper=default, xhr=default, accept=default, header=default, path_info=default, custom_predicates=default, decorator=default, mapper=default, match_param=default, append_slash=False)
+view.render_view?4(context, request, name='', secure=True)
+view.render_view_to_iterable?4(context, request, name='', secure=True)
+view.render_view_to_response?4(context, request, name='', secure=True)
+view.static?1(root_dir, cache_max_age=3600, package_name=None)
+view.view_config.callback?4(name, ob)
+view.view_config.venusian?7
+view.view_config?1(name=default, request_type=default, for_=default, permission=default, route_name=default, request_method=default, request_param=default, containment=default, attr=default, renderer=default, wrapper=default, xhr=default, accept=default, header=default, path_info=default, custom_predicates=default, context=default, decorator=default, mapper=default, http_cache=default, match_param=default)
+wsgi.decorator?4(context, request)
+wsgi.wsgiapp2?4(wrapped)
+wsgi.wsgiapp?4(wrapped)

eric ide

mercurial