ProjectPyramid/APIs/Pyramid-2.0.api

Tue, 10 Dec 2024 15:49:00 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 10 Dec 2024 15:49:00 +0100
branch
eric7
changeset 171
4a8bf0845603
parent 149
da343a43e995
permissions
-rw-r--r--

Updated copyright for 2025.

pyramid.asset.abspath_from_asset_spec?4(spec, pname='__main__')
pyramid.asset.asset_spec_from_abspath?4(abspath, package)
pyramid.asset.resolve_asset_spec?4(spec, pname='__main__')
pyramid.authentication.AuthTicket.cookie_value?4()
pyramid.authentication.AuthTicket.digest?4()
pyramid.authentication.AuthTicket?1(secret, userid, ip, tokens=(), user_data='', time=None, cookie_name='auth_tkt', secure=False, hashalg='md5', )
pyramid.authentication.AuthTktAuthenticationPolicy.forget?4(request)
pyramid.authentication.AuthTktAuthenticationPolicy.remember?4(request, userid, **kw)
pyramid.authentication.AuthTktAuthenticationPolicy.unauthenticated_userid?4(request)
pyramid.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, hashalg='sha512', parent_domain=False, domain=None, samesite='Lax', )
pyramid.authentication.AuthTktCookieHelper.AuthTicket?7
pyramid.authentication.AuthTktCookieHelper.BadTicket?7
pyramid.authentication.AuthTktCookieHelper._get_cookies?5(request, value, max_age=None)
pyramid.authentication.AuthTktCookieHelper.forget?4(request)
pyramid.authentication.AuthTktCookieHelper.identify?4(request)
pyramid.authentication.AuthTktCookieHelper.now?7
pyramid.authentication.AuthTktCookieHelper.parse_ticket?7
pyramid.authentication.AuthTktCookieHelper.reissue_authtkt?4(response)
pyramid.authentication.AuthTktCookieHelper.remember?4(request, userid, max_age=None, tokens=())
pyramid.authentication.AuthTktCookieHelper.userid_type_decoders?7
pyramid.authentication.AuthTktCookieHelper.userid_type_encoders?7
pyramid.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, hashalg='sha512', parent_domain=False, domain=None, samesite='Lax', )
pyramid.authentication.BadTicket?1(msg, expected=None)
pyramid.authentication.BasicAuthAuthenticationPolicy.callback?4(username, request)
pyramid.authentication.BasicAuthAuthenticationPolicy.forget?4(request)
pyramid.authentication.BasicAuthAuthenticationPolicy.remember?4(request, userid, **kw)
pyramid.authentication.BasicAuthAuthenticationPolicy.unauthenticated_userid?4(request)
pyramid.authentication.BasicAuthAuthenticationPolicy?1(check, realm='Realm', debug=False)
pyramid.authentication.CallbackAuthenticationPolicy._clean_principal?5(princid)
pyramid.authentication.CallbackAuthenticationPolicy._log?5(msg, methodname, request)
pyramid.authentication.CallbackAuthenticationPolicy.authenticated_userid?4(request)
pyramid.authentication.CallbackAuthenticationPolicy.callback?7
pyramid.authentication.CallbackAuthenticationPolicy.debug?7
pyramid.authentication.CallbackAuthenticationPolicy.effective_principals?4(request)
pyramid.authentication.HTTPBasicCredentials?7
pyramid.authentication.RemoteUserAuthenticationPolicy.forget?4(request)
pyramid.authentication.RemoteUserAuthenticationPolicy.remember?4(request, userid, **kw)
pyramid.authentication.RemoteUserAuthenticationPolicy.unauthenticated_userid?4(request)
pyramid.authentication.RemoteUserAuthenticationPolicy?1(environ_key='REMOTE_USER', callback=None, debug=False)
pyramid.authentication.RepozeWho1AuthenticationPolicy._get_identifier?5(request)
pyramid.authentication.RepozeWho1AuthenticationPolicy._get_identity?5(request)
pyramid.authentication.RepozeWho1AuthenticationPolicy.authenticated_userid?4(request)
pyramid.authentication.RepozeWho1AuthenticationPolicy.effective_principals?4(request)
pyramid.authentication.RepozeWho1AuthenticationPolicy.forget?4(request)
pyramid.authentication.RepozeWho1AuthenticationPolicy.remember?4(request, userid, **kw)
pyramid.authentication.RepozeWho1AuthenticationPolicy.unauthenticated_userid?4(request)
pyramid.authentication.RepozeWho1AuthenticationPolicy?1(identifier_name='auth_tkt', callback=None)
pyramid.authentication.SessionAuthenticationHelper.authenticated_userid?4(request)
pyramid.authentication.SessionAuthenticationHelper.forget?4(request, **kw)
pyramid.authentication.SessionAuthenticationHelper.remember?4(request, userid, **kw)
pyramid.authentication.SessionAuthenticationHelper?1(prefix='auth.')
pyramid.authentication.SessionAuthenticationPolicy.forget?4(request)
pyramid.authentication.SessionAuthenticationPolicy.remember?4(request, userid, **kw)
pyramid.authentication.SessionAuthenticationPolicy.unauthenticated_userid?4(request)
pyramid.authentication.SessionAuthenticationPolicy?1(prefix='auth.', callback=None, debug=False)
pyramid.authentication.VALID_TOKEN?7
pyramid.authentication.b64decode?4(v)
pyramid.authentication.b64encode?4(v)
pyramid.authentication.calculate_digest?4(ip, timestamp, secret, userid, tokens, user_data, hashalg='md5')
pyramid.authentication.encode_ip_timestamp?4(ip, timestamp)
pyramid.authentication.extract_http_basic_credentials?4(request)
pyramid.authentication.parse_ticket?4(secret, ticket, ip, hashalg='md5')
pyramid.authorization.ACLAuthorizationPolicy.permits?4(context, principals, permission)
pyramid.authorization.ACLAuthorizationPolicy.principals_allowed_by_permission?4(context, permission)
pyramid.authorization.ACLAuthorizationPolicy?1()
pyramid.authorization.ACLHelper.permits?4(context, principals, permission)
pyramid.authorization.ACLHelper.principals_allowed_by_permission?4(context, permission)
pyramid.authorization.ALL_PERMISSIONS?7
pyramid.authorization.Allow?7
pyramid.authorization.Authenticated?7
pyramid.authorization.DENY_ALL?7
pyramid.authorization.Deny?7
pyramid.authorization.Everyone?7
pyramid.config.ActionState?7
pyramid.config.Configurator._ainfo?8
pyramid.config.Configurator._clear_view_lookup_cache?5()
pyramid.config.Configurator._del_introspector?5()
pyramid.config.Configurator._fix_registry?5()
pyramid.config.Configurator._get_introspector?5()
pyramid.config.Configurator._make_spec?5(path_or_spec)
pyramid.config.Configurator._set_introspector?5(introspector)
pyramid.config.Configurator.absolute_asset_spec?4(relative_spec)
pyramid.config.Configurator.absolute_resource_spec?7
pyramid.config.Configurator.add_directive?4(name, directive, action_wrap=True)
pyramid.config.Configurator.basepath?7
pyramid.config.Configurator.begin?4(request=_marker)
pyramid.config.Configurator.end?4()
pyramid.config.Configurator.include?4(callable, route_prefix=None)
pyramid.config.Configurator.includepath?7
pyramid.config.Configurator.info?7
pyramid.config.Configurator.inspect?7
pyramid.config.Configurator.introspectable?7
pyramid.config.Configurator.introspector?7
pyramid.config.Configurator.make_wsgi_app?4()
pyramid.config.Configurator.manager?7
pyramid.config.Configurator.maybe_dotted?4(dotted)
pyramid.config.Configurator.notify?4()
pyramid.config.Configurator.object_description?7
pyramid.config.Configurator.queryAdapterOrSelf?4(interface, default=None)
pyramid.config.Configurator.registerSelfAdapter?4(provided=None, name='', info='', event=True)
pyramid.config.Configurator.scan?4(package=None, categories=('pyramid', ), onerror=None, ignore=None, **kw)
pyramid.config.Configurator.setup_registry?4(settings=None, root_factory=None, security_policy=None, authentication_policy=None, authorization_policy=None, renderers=None, debug_logger=None, locale_negotiator=None, request_factory=None, response_factory=None, default_permission=None, session_factory=None, default_view_mapper=None, exceptionresponse_view=default_exceptionresponse_view, )
pyramid.config.Configurator.venusian?7
pyramid.config.Configurator.with_package?4(package)
pyramid.config.Configurator?1(registry=None, package=None, settings=None, root_factory=None, security_policy=None, authentication_policy=None, authorization_policy=None, renderers=None, debug_logger=None, locale_negotiator=None, request_factory=None, response_factory=None, default_permission=None, session_factory=None, default_view_mapper=None, autocommit=False, exceptionresponse_view=default_exceptionresponse_view, route_prefix=None, introspection=True, root_package=None, )
pyramid.config.PHASE0_CONFIG?7
pyramid.config.PHASE1_CONFIG?7
pyramid.config.PHASE2_CONFIG?7
pyramid.config.PHASE3_CONFIG?7
pyramid.config._marker?8
pyramid.config.actions.ActionConfiguratorMixin._ctx?8
pyramid.config.actions.ActionConfiguratorMixin._get_action_state?5()
pyramid.config.actions.ActionConfiguratorMixin._set_action_state?5(state)
pyramid.config.actions.ActionConfiguratorMixin.action?4(discriminator, callable=None, args=(), kw=None, order=0, introspectables=(), **extra)
pyramid.config.actions.ActionConfiguratorMixin.action_info?4()
pyramid.config.actions.ActionConfiguratorMixin.action_state?7
pyramid.config.actions.ActionConfiguratorMixin.commit?4()
pyramid.config.actions.ActionInfo?1(file, line, function, src)
pyramid.config.actions.ActionState.action?4(discriminator, callable=None, args=(), kw=None, order=0, includepath=(), info=None, introspectables=(), **extra)
pyramid.config.actions.ActionState.execute_actions?4(clear=True, introspector=None)
pyramid.config.actions.ActionState.processSpec?4(spec)
pyramid.config.actions.ActionState?1()
pyramid.config.actions.ConflictResolverState?1()
pyramid.config.actions.action_method?4(wrapped)
pyramid.config.actions.bypath?4(ainfo)
pyramid.config.actions.expand_action_tuple?4(discriminator, callable=None, args=(), kw=None, includepath=(), info=None, order=0, introspectables=(), )
pyramid.config.actions.normalize_actions?4(actions)
pyramid.config.actions.orderandpos?4(v)
pyramid.config.actions.orderonly?4(v)
pyramid.config.actions.resolveConflicts?4(actions, state=None)
pyramid.config.actions.wrapper?4(self, *arg, **kw)
pyramid.config.adapters.AdaptersConfiguratorMixin._derive_predicate?5(predicate)
pyramid.config.adapters.AdaptersConfiguratorMixin._derive_subscriber?5(subscriber, predicates)
pyramid.config.adapters.AdaptersConfiguratorMixin.add_default_response_adapters?4()
pyramid.config.adapters.AdaptersConfiguratorMixin.add_resource_url_adapter?4(adapter, resource_iface=None)
pyramid.config.adapters.AdaptersConfiguratorMixin.add_response_adapter?4(adapter, type_or_iface)
pyramid.config.adapters.AdaptersConfiguratorMixin.add_subscriber?4(subscriber, iface=None, **predicates)
pyramid.config.adapters.AdaptersConfiguratorMixin.add_subscriber_predicate?4(name, factory, weighs_more_than=None, weighs_less_than=None)
pyramid.config.adapters.AdaptersConfiguratorMixin.add_traverser?4(adapter, iface=None)
pyramid.config.adapters.AdaptersConfiguratorMixin.derived_predicate?4()
pyramid.config.adapters.AdaptersConfiguratorMixin.derived_subscriber?4()
pyramid.config.adapters.AdaptersConfiguratorMixin.register?4()
pyramid.config.adapters.AdaptersConfiguratorMixin.subscriber_wrapper?4()
pyramid.config.adapters.eventonly?4(callee)
pyramid.config.assets.AssetsConfiguratorMixin._override?5(package, path, override_source, PackageOverrides=PackageOverrides)
pyramid.config.assets.AssetsConfiguratorMixin.override_asset?4(to_override, override_with, _override=None)
pyramid.config.assets.AssetsConfiguratorMixin.override_resource?7
pyramid.config.assets.AssetsConfiguratorMixin.register?4()
pyramid.config.assets.DirectoryOverride?1(path, source)
pyramid.config.assets.FSAssetSource.exists?4(resource_name)
pyramid.config.assets.FSAssetSource.get_filename?4(resource_name)
pyramid.config.assets.FSAssetSource.get_path?4(resource_name)
pyramid.config.assets.FSAssetSource.get_stream?4(resource_name)
pyramid.config.assets.FSAssetSource.get_string?4(resource_name)
pyramid.config.assets.FSAssetSource.isdir?4(resource_name)
pyramid.config.assets.FSAssetSource.listdir?4(resource_name)
pyramid.config.assets.FSAssetSource?1(prefix)
pyramid.config.assets.FileOverride?1(path, source)
pyramid.config.assets.OverrideProvider._get_overrides?5()
pyramid.config.assets.OverrideProvider.get_resource_filename?4(manager, resource_name)
pyramid.config.assets.OverrideProvider.get_resource_stream?4(manager, resource_name)
pyramid.config.assets.OverrideProvider.get_resource_string?4(manager, resource_name)
pyramid.config.assets.OverrideProvider.has_resource?4(resource_name)
pyramid.config.assets.OverrideProvider.resource_isdir?4(resource_name)
pyramid.config.assets.OverrideProvider.resource_listdir?4(resource_name)
pyramid.config.assets.OverrideProvider?1(module)
pyramid.config.assets.PackageAssetSource.exists?4(resource_name)
pyramid.config.assets.PackageAssetSource.get_filename?4(resource_name)
pyramid.config.assets.PackageAssetSource.get_path?4(resource_name)
pyramid.config.assets.PackageAssetSource.get_stream?4(resource_name)
pyramid.config.assets.PackageAssetSource.get_string?4(resource_name)
pyramid.config.assets.PackageAssetSource.isdir?4(resource_name)
pyramid.config.assets.PackageAssetSource.listdir?4(resource_name)
pyramid.config.assets.PackageAssetSource?1(package, prefix)
pyramid.config.assets.PackageOverrides.filtered_sources?4(resource_name)
pyramid.config.assets.PackageOverrides.get_code?4(fullname)
pyramid.config.assets.PackageOverrides.get_data?4(path)
pyramid.config.assets.PackageOverrides.get_filename?4(resource_name)
pyramid.config.assets.PackageOverrides.get_source?4(fullname)
pyramid.config.assets.PackageOverrides.get_stream?4(resource_name)
pyramid.config.assets.PackageOverrides.get_string?4(resource_name)
pyramid.config.assets.PackageOverrides.has_resource?4(resource_name)
pyramid.config.assets.PackageOverrides.insert?4(path, source)
pyramid.config.assets.PackageOverrides.is_package?4(fullname)
pyramid.config.assets.PackageOverrides.isdir?4(resource_name)
pyramid.config.assets.PackageOverrides.listdir?4(resource_name)
pyramid.config.assets.PackageOverrides.real_loader?4()
pyramid.config.assets.PackageOverrides?1(package, pkg_resources=pkg_resources)
pyramid.config.factories.FactoriesConfiguratorMixin._set_root_factory?8
pyramid.config.factories.FactoriesConfiguratorMixin.add_request_method?4(callable=None, name=None, property=False, reify=False)
pyramid.config.factories.FactoriesConfiguratorMixin.register?4()
pyramid.config.factories.FactoriesConfiguratorMixin.set_execution_policy?4(policy)
pyramid.config.factories.FactoriesConfiguratorMixin.set_request_factory?4(factory)
pyramid.config.factories.FactoriesConfiguratorMixin.set_response_factory?4(factory)
pyramid.config.factories.FactoriesConfiguratorMixin.set_root_factory?4(factory)
pyramid.config.factories.FactoriesConfiguratorMixin.set_session_factory?4(factory)
pyramid.config.factories._RequestExtensions?2()
pyramid.config.global_registries?7
pyramid.config.i18n.I18NConfiguratorMixin._set_locale_negotiator?5(negotiator)
pyramid.config.i18n.I18NConfiguratorMixin.add_translation_dirs?4(*specs, **kw)
pyramid.config.i18n.I18NConfiguratorMixin.register?4()
pyramid.config.i18n.I18NConfiguratorMixin.set_locale_negotiator?4(negotiator)
pyramid.config.not_?7
pyramid.config.predicates.DEFAULT_PHASH?7
pyramid.config.predicates.MAX_ORDER?7
pyramid.config.predicates.PredicateConfiguratorMixin._add_predicate?5(type, name, factory, weighs_more_than=None, weighs_less_than=None)
pyramid.config.predicates.PredicateConfiguratorMixin.get_predlist?4(name)
pyramid.config.predicates.PredicateConfiguratorMixin.register?4()
pyramid.config.predicates.PredicateInfo?1(package, registry, settings, maybe_dotted)
pyramid.config.predicates.PredicateList.add?4(name, factory, weighs_more_than=None, weighs_less_than=None)
pyramid.config.predicates.PredicateList.make?4(config, **kw)
pyramid.config.predicates.PredicateList.names?4()
pyramid.config.predicates.PredicateList?1()
pyramid.config.predicates.find_order_index?4(value, default=None)
pyramid.config.predicates.normalize_accept_offer?4(offer)
pyramid.config.predicates.not_?1(value)
pyramid.config.predicates.offer_sort_key?4(value)
pyramid.config.predicates.sort_accept_offers?4(offers, order=None)
pyramid.config.rendering.DEFAULT_RENDERERS?7
pyramid.config.rendering.RenderingConfiguratorMixin.add_default_renderers?4()
pyramid.config.rendering.RenderingConfiguratorMixin.add_renderer?4(name, factory)
pyramid.config.rendering.RenderingConfiguratorMixin.register?4()
pyramid.config.routes.RoutesConfiguratorMixin.add_default_route_predicates?4()
pyramid.config.routes.RoutesConfiguratorMixin.add_route?4(name, pattern=None, factory=None, for_=None, header=None, xhr=None, accept=None, path_info=None, request_method=None, request_param=None, traverse=None, custom_predicates=(), use_global_views=False, path=None, pregenerator=None, static=False, inherit_slash=None, **predicates)
pyramid.config.routes.RoutesConfiguratorMixin.add_route_predicate?4(name, factory, weighs_more_than=None, weighs_less_than=None)
pyramid.config.routes.RoutesConfiguratorMixin.external_url_pregenerator?4(elements, kw)
pyramid.config.routes.RoutesConfiguratorMixin.get_routes_mapper?4()
pyramid.config.routes.RoutesConfiguratorMixin.register_connect?4()
pyramid.config.routes.RoutesConfiguratorMixin.register_route_request_iface?4()
pyramid.config.routes.RoutesConfiguratorMixin.route_prefix_context?4(route_prefix)
pyramid.config.security.DefaultCSRFOptions?1(require_csrf, token, header, safe_methods, check_origin, allow_no_origin, callback, )
pyramid.config.security.SecurityConfiguratorMixin.add_default_security?4()
pyramid.config.security.SecurityConfiguratorMixin.add_permission?4(permission_name)
pyramid.config.security.SecurityConfiguratorMixin.ensure?4()
pyramid.config.security.SecurityConfiguratorMixin.register?4()
pyramid.config.security.SecurityConfiguratorMixin.set_authentication_policy?4(policy)
pyramid.config.security.SecurityConfiguratorMixin.set_authorization_policy?4(policy)
pyramid.config.security.SecurityConfiguratorMixin.set_csrf_storage_policy?4(policy)
pyramid.config.security.SecurityConfiguratorMixin.set_default_csrf_options?4(require_csrf=True, token='csrf_token', header='X-CSRF-Token', safe_methods=('GET', 'HEAD', 'OPTIONS', 'TRACE'), check_origin=True, allow_no_origin=False, callback=None, )
pyramid.config.security.SecurityConfiguratorMixin.set_default_permission?4(permission)
pyramid.config.security.SecurityConfiguratorMixin.set_security_policy?4(policy)
pyramid.config.settings.O?4(settings_key, override_key)
pyramid.config.settings.S?4(settings_key, env_key=None, type_=str, default=False)
pyramid.config.settings.Settings?4(d=None, _environ_=os.environ, **kw)
pyramid.config.settings.SettingsConfiguratorMixin._set_settings?5(mapping)
pyramid.config.settings.SettingsConfiguratorMixin.add_settings?4(settings=None, **kw)
pyramid.config.settings.SettingsConfiguratorMixin.get_settings?4()
pyramid.config.settings.expand_key?4(key)
pyramid.config.testing.DummyTraverserFactory?1(context)
pyramid.config.testing.TestingConfiguratorMixin.subscriber?4()
pyramid.config.testing.TestingConfiguratorMixin.testing_add_renderer?4(path, renderer=None)
pyramid.config.testing.TestingConfiguratorMixin.testing_add_subscriber?4(event_iface=None)
pyramid.config.testing.TestingConfiguratorMixin.testing_add_template?7
pyramid.config.testing.TestingConfiguratorMixin.testing_models?7
pyramid.config.testing.TestingConfiguratorMixin.testing_resources?4(resources)
pyramid.config.testing.TestingConfiguratorMixin.testing_securitypolicy?4(userid=None, identity=None, permissive=True, remember_result=None, forget_result=None, )
pyramid.config.tweens.Tweens.add_explicit?4(name, factory)
pyramid.config.tweens.Tweens.add_implicit?4(name, factory, under=None, over=None)
pyramid.config.tweens.Tweens.implicit?4()
pyramid.config.tweens.Tweens?1()
pyramid.config.tweens.TweensConfiguratorMixin._add_tween?5(tween_factory, under=None, over=None, explicit=False)
pyramid.config.tweens.TweensConfiguratorMixin.add_default_tweens?4()
pyramid.config.tweens.TweensConfiguratorMixin.add_tween?4(tween_factory, under=None, over=None)
pyramid.config.tweens.TweensConfiguratorMixin.register?4()
pyramid.config.views.DefaultViewMapper?7
pyramid.config.views.MultiView.add?4(view, order, phash=None, accept=None, accept_order=None)
pyramid.config.views.MultiView.get_views?4(request)
pyramid.config.views.MultiView.match?4(context, request)
pyramid.config.views.MultiView?1(name)
pyramid.config.views.StaticURLInfo._bust_asset_path?5(request, spec, subpath, kw)
pyramid.config.views.StaticURLInfo.add?4(config, name, spec, **extra)
pyramid.config.views.StaticURLInfo.add_cache_buster?4(config, spec, cachebust, explicit=False)
pyramid.config.views.StaticURLInfo.generate?4(path, request, **kw)
pyramid.config.views.StaticURLInfo.register?4()
pyramid.config.views.StaticURLInfo?1()
pyramid.config.views.ViewDeriverInfo.settings?4()
pyramid.config.views.ViewDeriverInfo?1(view, registry, package, predicates, exception_only, options)
pyramid.config.views.ViewsConfiguratorMixin._apply_view_derivers?5(info)
pyramid.config.views.ViewsConfiguratorMixin._check_view_options?5(**kw)
pyramid.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, route_name=None, mapper=None, http_cache=None, context=None, require_csrf=None, exception_only=False, extra_options=None, )
pyramid.config.views.ViewsConfiguratorMixin._get_static_info?5()
pyramid.config.views.ViewsConfiguratorMixin.add_accept_view_order?4(value, weighs_more_than=None, weighs_less_than=None)
pyramid.config.views.ViewsConfiguratorMixin.add_cache_buster?4(path, cachebust, explicit=False)
pyramid.config.views.ViewsConfiguratorMixin.add_default_accept_view_order?4()
pyramid.config.views.ViewsConfiguratorMixin.add_default_view_derivers?4()
pyramid.config.views.ViewsConfiguratorMixin.add_default_view_predicates?4()
pyramid.config.views.ViewsConfiguratorMixin.add_exception_view?4(view=None, context=None, **view_options)
pyramid.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, **view_options)
pyramid.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, **view_options)
pyramid.config.views.ViewsConfiguratorMixin.add_static_view?4(name, path, **kw)
pyramid.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=None, accept=None, header=None, path_info=None, custom_predicates=(), context=None, decorator=None, mapper=None, http_cache=None, match_param=None, require_csrf=None, exception_only=False, **view_options)
pyramid.config.views.ViewsConfiguratorMixin.add_view_deriver?4(deriver, name=None, under=None, over=None)
pyramid.config.views.ViewsConfiguratorMixin.add_view_predicate?4(name, factory, weighs_more_than=None, weighs_less_than=None)
pyramid.config.views.ViewsConfiguratorMixin.check_type?4()
pyramid.config.views.ViewsConfiguratorMixin.derive_view?4(view, attr=None, renderer=None)
pyramid.config.views.ViewsConfiguratorMixin.discrim_func?4()
pyramid.config.views.ViewsConfiguratorMixin.normalize_types?4()
pyramid.config.views.ViewsConfiguratorMixin.register?4()
pyramid.config.views.ViewsConfiguratorMixin.register_view?4(request_iface, derived_view)
pyramid.config.views.ViewsConfiguratorMixin.set_forbidden_view?7
pyramid.config.views.ViewsConfiguratorMixin.set_notfound_view?7
pyramid.config.views.ViewsConfiguratorMixin.set_view_mapper?4(mapper)
pyramid.config.views.ViewsConfiguratorMixin.view?4(request)
pyramid.config.views.attr_view?4(context, request)
pyramid.config.views.attr_wrapped_view?4(view, info)
pyramid.config.views.checker?4(context, request)
pyramid.config.views.combine_decorators?4(*decorators)
pyramid.config.views.decorated?4(view_callable)
pyramid.config.views.isexception?4(o)
pyramid.config.views.predicate_wrapper?4(context, request)
pyramid.config.views.predicated_view?4(view, info)
pyramid.config.views.preserve_view_attrs?7
pyramid.config.views.requestonly?7
pyramid.config.views.runtime_exc_view?4(view, excview)
pyramid.config.views.view_description?7
pyramid.config.views.viewdefaults?4(wrapped)
pyramid.config.views.wrap_fn?4(attr)
pyramid.config.views.wrapper?4(context, request)
pyramid.config.views.wrapper?4(self, *arg, **kw)
pyramid.config.views.wrapper_view?4(context, request)
pyramid.config.zca.ZCAConfiguratorMixin.hook_zca?4()
pyramid.config.zca.ZCAConfiguratorMixin.unhook_zca?4()
pyramid.csrf.CookieCSRFStoragePolicy._token_factory?8
pyramid.csrf.CookieCSRFStoragePolicy.check_csrf_token?4(request, supplied_token)
pyramid.csrf.CookieCSRFStoragePolicy.get_csrf_token?4(request)
pyramid.csrf.CookieCSRFStoragePolicy.new_csrf_token?4(request)
pyramid.csrf.CookieCSRFStoragePolicy.set_cookie?4(response)
pyramid.csrf.CookieCSRFStoragePolicy?1(cookie_name='csrf_token', secure=False, httponly=False, domain=None, max_age=None, path='/', samesite='Lax', )
pyramid.csrf.LegacySessionCSRFStoragePolicy.check_csrf_token?4(request, supplied_token)
pyramid.csrf.LegacySessionCSRFStoragePolicy.get_csrf_token?4(request)
pyramid.csrf.LegacySessionCSRFStoragePolicy.new_csrf_token?4(request)
pyramid.csrf.SessionCSRFStoragePolicy._token_factory?8
pyramid.csrf.SessionCSRFStoragePolicy.check_csrf_token?4(request, supplied_token)
pyramid.csrf.SessionCSRFStoragePolicy.get_csrf_token?4(request)
pyramid.csrf.SessionCSRFStoragePolicy.new_csrf_token?4(request)
pyramid.csrf.SessionCSRFStoragePolicy?1(key='_csrft_')
pyramid.csrf._fail?5(reason)
pyramid.csrf.check_csrf_origin?4(request, *, trusted_origins=None, allow_no_origin=False, raises=True)
pyramid.csrf.check_csrf_token?4(request, token='csrf_token', header='X-CSRF-Token', raises=True)
pyramid.csrf.get_csrf_token?4(request)
pyramid.csrf.new_csrf_token?4(request)
pyramid.decorator.reify?1(wrapped)
pyramid.encode.quote_plus?4(val, safe='')
pyramid.encode.url_quote?4(val, safe='')
pyramid.encode.urlencode?4(query, doseq=True, quote_via=quote_plus)
pyramid.events.AfterTraversal?7
pyramid.events.ApplicationCreated?1(app)
pyramid.events.BeforeRender?1(system, rendering_val=None)
pyramid.events.BeforeTraversal?1(request)
pyramid.events.ContextFound?1(request)
pyramid.events.NewRequest?1(request)
pyramid.events.NewResponse?1(request, response)
pyramid.events.WSGIApplicationCreatedEvent?7
pyramid.events.subscriber.register?4(scanner, name, wrapped)
pyramid.events.subscriber.venusian?7
pyramid.events.subscriber?1(*ifaces, **predicates)
pyramid.exceptions.BadCSRFOrigin.explanation?7
pyramid.exceptions.BadCSRFOrigin.title?7
pyramid.exceptions.BadCSRFToken.explanation?7
pyramid.exceptions.BadCSRFToken.title?7
pyramid.exceptions.ConfigurationConflictError?1(conflicts)
pyramid.exceptions.ConfigurationExecutionError?1(etype, evalue, info)
pyramid.exceptions.CyclicDependencyError?1(cycles)
pyramid.exceptions.Forbidden?7
pyramid.exceptions.NotFound?7
pyramid.httpexceptions.HTTPAccepted.code?7
pyramid.httpexceptions.HTTPAccepted.explanation?7
pyramid.httpexceptions.HTTPAccepted.title?7
pyramid.httpexceptions.HTTPBadGateway.code?7
pyramid.httpexceptions.HTTPBadGateway.explanation?7
pyramid.httpexceptions.HTTPBadGateway.title?7
pyramid.httpexceptions.HTTPBadRequest.explanation?7
pyramid.httpexceptions.HTTPClientError.code?7
pyramid.httpexceptions.HTTPClientError.title?7
pyramid.httpexceptions.HTTPConflict.code?7
pyramid.httpexceptions.HTTPConflict.explanation?7
pyramid.httpexceptions.HTTPConflict.title?7
pyramid.httpexceptions.HTTPCreated.code?7
pyramid.httpexceptions.HTTPCreated.title?7
pyramid.httpexceptions.HTTPException._json_formatter?5(status, body, title, environ)
pyramid.httpexceptions.HTTPException.body_template_obj?7
pyramid.httpexceptions.HTTPException.code?7
pyramid.httpexceptions.HTTPException.empty_body?7
pyramid.httpexceptions.HTTPException.exception?7
pyramid.httpexceptions.HTTPException.explanation?7
pyramid.httpexceptions.HTTPException.html_template_obj?7
pyramid.httpexceptions.HTTPException.plain_template_obj?7
pyramid.httpexceptions.HTTPException.prepare?4(environ)
pyramid.httpexceptions.HTTPException.title?7
pyramid.httpexceptions.HTTPException.wsgi_response?4()
pyramid.httpexceptions.HTTPException?1(detail=None, headers=None, comment=None, body_template=None, json_formatter=None, **kw)
pyramid.httpexceptions.HTTPExpectationFailed.code?7
pyramid.httpexceptions.HTTPExpectationFailed.explanation?7
pyramid.httpexceptions.HTTPExpectationFailed.title?7
pyramid.httpexceptions.HTTPFailedDependency.code?7
pyramid.httpexceptions.HTTPFailedDependency.explanation?7
pyramid.httpexceptions.HTTPFailedDependency.title?7
pyramid.httpexceptions.HTTPForbidden.code?7
pyramid.httpexceptions.HTTPForbidden.explanation?7
pyramid.httpexceptions.HTTPForbidden.title?7
pyramid.httpexceptions.HTTPForbidden?1(detail=None, headers=None, comment=None, body_template=None, result=None, **kw)
pyramid.httpexceptions.HTTPFound.code?7
pyramid.httpexceptions.HTTPFound.explanation?7
pyramid.httpexceptions.HTTPFound.title?7
pyramid.httpexceptions.HTTPGatewayTimeout.code?7
pyramid.httpexceptions.HTTPGatewayTimeout.explanation?7
pyramid.httpexceptions.HTTPGatewayTimeout.title?7
pyramid.httpexceptions.HTTPGone.code?7
pyramid.httpexceptions.HTTPGone.explanation?7
pyramid.httpexceptions.HTTPGone.title?7
pyramid.httpexceptions.HTTPInsufficientStorage.code?7
pyramid.httpexceptions.HTTPInsufficientStorage.explanation?7
pyramid.httpexceptions.HTTPInsufficientStorage.title?7
pyramid.httpexceptions.HTTPInternalServerError.explanation?7
pyramid.httpexceptions.HTTPLengthRequired.code?7
pyramid.httpexceptions.HTTPLengthRequired.explanation?7
pyramid.httpexceptions.HTTPLengthRequired.title?7
pyramid.httpexceptions.HTTPLocked.code?7
pyramid.httpexceptions.HTTPLocked.explanation?7
pyramid.httpexceptions.HTTPLocked.title?7
pyramid.httpexceptions.HTTPMethodNotAllowed.body_template_obj?7
pyramid.httpexceptions.HTTPMethodNotAllowed.code?7
pyramid.httpexceptions.HTTPMethodNotAllowed.title?7
pyramid.httpexceptions.HTTPMovedPermanently.code?7
pyramid.httpexceptions.HTTPMovedPermanently.title?7
pyramid.httpexceptions.HTTPMultipleChoices.code?7
pyramid.httpexceptions.HTTPMultipleChoices.title?7
pyramid.httpexceptions.HTTPNoContent.code?7
pyramid.httpexceptions.HTTPNoContent.empty_body?7
pyramid.httpexceptions.HTTPNoContent.title?7
pyramid.httpexceptions.HTTPNonAuthoritativeInformation.code?7
pyramid.httpexceptions.HTTPNonAuthoritativeInformation.title?7
pyramid.httpexceptions.HTTPNotAcceptable.code?7
pyramid.httpexceptions.HTTPNotAcceptable.title?7
pyramid.httpexceptions.HTTPNotFound.code?7
pyramid.httpexceptions.HTTPNotFound.explanation?7
pyramid.httpexceptions.HTTPNotFound.title?7
pyramid.httpexceptions.HTTPNotImplemented.code?7
pyramid.httpexceptions.HTTPNotImplemented.title?7
pyramid.httpexceptions.HTTPNotModified.code?7
pyramid.httpexceptions.HTTPNotModified.empty_body?7
pyramid.httpexceptions.HTTPNotModified.title?7
pyramid.httpexceptions.HTTPOk.code?7
pyramid.httpexceptions.HTTPOk.title?7
pyramid.httpexceptions.HTTPPartialContent.code?7
pyramid.httpexceptions.HTTPPartialContent.title?7
pyramid.httpexceptions.HTTPPaymentRequired.code?7
pyramid.httpexceptions.HTTPPaymentRequired.explanation?7
pyramid.httpexceptions.HTTPPaymentRequired.title?7
pyramid.httpexceptions.HTTPPermanentRedirect.code?7
pyramid.httpexceptions.HTTPPermanentRedirect.title?7
pyramid.httpexceptions.HTTPPreconditionFailed.code?7
pyramid.httpexceptions.HTTPPreconditionFailed.explanation?7
pyramid.httpexceptions.HTTPPreconditionFailed.title?7
pyramid.httpexceptions.HTTPPreconditionRequired.code?7
pyramid.httpexceptions.HTTPPreconditionRequired.explanation?7
pyramid.httpexceptions.HTTPPreconditionRequired.title?7
pyramid.httpexceptions.HTTPProxyAuthenticationRequired.code?7
pyramid.httpexceptions.HTTPProxyAuthenticationRequired.explanation?7
pyramid.httpexceptions.HTTPProxyAuthenticationRequired.title?7
pyramid.httpexceptions.HTTPRequestEntityTooLarge.code?7
pyramid.httpexceptions.HTTPRequestEntityTooLarge.explanation?7
pyramid.httpexceptions.HTTPRequestEntityTooLarge.title?7
pyramid.httpexceptions.HTTPRequestHeaderFieldsTooLarge.code?7
pyramid.httpexceptions.HTTPRequestHeaderFieldsTooLarge.explanation?7
pyramid.httpexceptions.HTTPRequestHeaderFieldsTooLarge.title?7
pyramid.httpexceptions.HTTPRequestRangeNotSatisfiable.code?7
pyramid.httpexceptions.HTTPRequestRangeNotSatisfiable.explanation?7
pyramid.httpexceptions.HTTPRequestRangeNotSatisfiable.title?7
pyramid.httpexceptions.HTTPRequestTimeout.code?7
pyramid.httpexceptions.HTTPRequestTimeout.explanation?7
pyramid.httpexceptions.HTTPRequestTimeout.title?7
pyramid.httpexceptions.HTTPRequestURITooLong.code?7
pyramid.httpexceptions.HTTPRequestURITooLong.explanation?7
pyramid.httpexceptions.HTTPRequestURITooLong.title?7
pyramid.httpexceptions.HTTPResetContent.code?7
pyramid.httpexceptions.HTTPResetContent.empty_body?7
pyramid.httpexceptions.HTTPResetContent.title?7
pyramid.httpexceptions.HTTPSeeOther.code?7
pyramid.httpexceptions.HTTPSeeOther.title?7
pyramid.httpexceptions.HTTPServerError.code?7
pyramid.httpexceptions.HTTPServerError.title?7
pyramid.httpexceptions.HTTPServiceUnavailable.code?7
pyramid.httpexceptions.HTTPServiceUnavailable.explanation?7
pyramid.httpexceptions.HTTPServiceUnavailable.title?7
pyramid.httpexceptions.HTTPTemporaryRedirect.code?7
pyramid.httpexceptions.HTTPTemporaryRedirect.title?7
pyramid.httpexceptions.HTTPTooManyRequests.code?7
pyramid.httpexceptions.HTTPTooManyRequests.explanation?7
pyramid.httpexceptions.HTTPTooManyRequests.title?7
pyramid.httpexceptions.HTTPUnauthorized.code?7
pyramid.httpexceptions.HTTPUnauthorized.explanation?7
pyramid.httpexceptions.HTTPUnauthorized.title?7
pyramid.httpexceptions.HTTPUnprocessableEntity.code?7
pyramid.httpexceptions.HTTPUnprocessableEntity.explanation?7
pyramid.httpexceptions.HTTPUnprocessableEntity.title?7
pyramid.httpexceptions.HTTPUnsupportedMediaType.code?7
pyramid.httpexceptions.HTTPUnsupportedMediaType.title?7
pyramid.httpexceptions.HTTPUseProxy.code?7
pyramid.httpexceptions.HTTPUseProxy.explanation?7
pyramid.httpexceptions.HTTPUseProxy.title?7
pyramid.httpexceptions.HTTPVersionNotSupported.code?7
pyramid.httpexceptions.HTTPVersionNotSupported.explanation?7
pyramid.httpexceptions.HTTPVersionNotSupported.title?7
pyramid.httpexceptions.JsonPageTemplate.html_comment?7
pyramid.httpexceptions.JsonPageTemplate.substitute?4(status, body)
pyramid.httpexceptions.JsonPageTemplate?1(excobj)
pyramid.httpexceptions.WSGIHTTPException?7
pyramid.httpexceptions._HTTPMove.body_template_obj?7
pyramid.httpexceptions._HTTPMove.explanation?7
pyramid.httpexceptions._HTTPMove?2(location='', detail=None, headers=None, comment=None, body_template=None, **kw)
pyramid.httpexceptions._no_escape?5(value)
pyramid.httpexceptions.code?7
pyramid.httpexceptions.default_exceptionresponse_view?4(context, request)
pyramid.httpexceptions.exception_response?4(status_code, **kw)
pyramid.httpexceptions.status_map?7
pyramid.i18n.DEFAULT_PLURAL?7
pyramid.i18n.Localizer.pluralize?4(singular, plural, n, domain=None, mapping=None)
pyramid.i18n.Localizer.translate?4(tstring, domain=None, mapping=None)
pyramid.i18n.Localizer?1(locale_name, translations)
pyramid.i18n.LocalizerRequestMixin.locale_name?4()
pyramid.i18n.LocalizerRequestMixin.localizer?4()
pyramid.i18n.TranslationString?7
pyramid.i18n.TranslationStringFactory?7
pyramid.i18n.Translations.DEFAULT_DOMAIN?7
pyramid.i18n.Translations.add?4(translations, merge=True)
pyramid.i18n.Translations.dgettext?4(domain, message)
pyramid.i18n.Translations.dngettext?4(domain, singular, plural, num)
pyramid.i18n.Translations.dugettext?4(domain, message)
pyramid.i18n.Translations.dungettext?4(domain, singular, plural, num)
pyramid.i18n.Translations.ldgettext?4(domain, message)
pyramid.i18n.Translations.ldngettext?4(domain, singular, plural, num)
pyramid.i18n.Translations.load?4(dirname=None, locales=None, domain=DEFAULT_DOMAIN)
pyramid.i18n.Translations.merge?4(translations)
pyramid.i18n.Translations?1(fileobj=None, domain=DEFAULT_DOMAIN)
pyramid.i18n.default_locale_negotiator?4(request)
pyramid.i18n.get_locale_name?4(request)
pyramid.i18n.get_localizer?4(request)
pyramid.i18n.make_localizer?4(current_locale_name, translation_directories)
pyramid.i18n.negotiate_locale_name?4(request)
pyramid.interfaces.IActionInfo.file?7
pyramid.interfaces.IActionInfo.line?7
pyramid.interfaces.IAfterTraversal?7
pyramid.interfaces.IApplicationCreated.app?7
pyramid.interfaces.IAssetDescriptor.abspath?4()
pyramid.interfaces.IAssetDescriptor.absspec?4()
pyramid.interfaces.IAssetDescriptor.exists?4()
pyramid.interfaces.IAssetDescriptor.isdir?4()
pyramid.interfaces.IAssetDescriptor.listdir?4()
pyramid.interfaces.IAssetDescriptor.stream?4()
pyramid.interfaces.IAuthenticationPolicy.authenticated_userid?4()
pyramid.interfaces.IAuthenticationPolicy.effective_principals?4()
pyramid.interfaces.IAuthenticationPolicy.forget?4()
pyramid.interfaces.IAuthenticationPolicy.remember?4(userid, **kw)
pyramid.interfaces.IAuthenticationPolicy.unauthenticated_userid?4()
pyramid.interfaces.IAuthorizationPolicy.permits?4(principals, permission)
pyramid.interfaces.IAuthorizationPolicy.principals_allowed_by_permission?4(permission)
pyramid.interfaces.IBeforeRender.rendering_val?7
pyramid.interfaces.IBeforeTraversal.request?7
pyramid.interfaces.ICSRFStoragePolicy.check_csrf_token?4(token)
pyramid.interfaces.ICSRFStoragePolicy.get_csrf_token?4()
pyramid.interfaces.ICSRFStoragePolicy.new_csrf_token?4()
pyramid.interfaces.IContextFound.request?7
pyramid.interfaces.IDefaultCSRFOptions.allow_no_origin?7
pyramid.interfaces.IDefaultCSRFOptions.callback?7
pyramid.interfaces.IDefaultCSRFOptions.header?7
pyramid.interfaces.IDefaultCSRFOptions.require_csrf?7
pyramid.interfaces.IDefaultCSRFOptions.safe_methods?7
pyramid.interfaces.IDefaultCSRFOptions.token?7
pyramid.interfaces.IDict.clear?4()
pyramid.interfaces.IDict.get?4(default=None)
pyramid.interfaces.IDict.items?4()
pyramid.interfaces.IDict.keys?4()
pyramid.interfaces.IDict.pop?4(default=None)
pyramid.interfaces.IDict.popitem?4()
pyramid.interfaces.IDict.setdefault?4(default=None)
pyramid.interfaces.IDict.update?4()
pyramid.interfaces.IDict.values?4()
pyramid.interfaces.IExceptionResponse.prepare?4()
pyramid.interfaces.IIntrospectable.action_info?7
pyramid.interfaces.IIntrospectable.category_name?7
pyramid.interfaces.IIntrospectable.discriminator?7
pyramid.interfaces.IIntrospectable.discriminator_hash?7
pyramid.interfaces.IIntrospectable.order?7
pyramid.interfaces.IIntrospectable.register?4(action_info)
pyramid.interfaces.IIntrospectable.relate?4(discriminator)
pyramid.interfaces.IIntrospectable.title?7
pyramid.interfaces.IIntrospectable.type_name?7
pyramid.interfaces.IIntrospectable.unrelate?4(discriminator)
pyramid.interfaces.IIntrospector.add?4()
pyramid.interfaces.IIntrospector.categories?4()
pyramid.interfaces.IIntrospector.categorized?4()
pyramid.interfaces.IIntrospector.get?4(discriminator, default=None)
pyramid.interfaces.IIntrospector.get_category?4(default=None, sort_key=None)
pyramid.interfaces.IIntrospector.relate?4()
pyramid.interfaces.IIntrospector.related?4()
pyramid.interfaces.IIntrospector.remove?4(discriminator)
pyramid.interfaces.IIntrospector.unrelate?4()
pyramid.interfaces.ILogger?7
pyramid.interfaces.IMultiDict.add?4(value)
pyramid.interfaces.IMultiDict.dict_of_lists?4()
pyramid.interfaces.IMultiDict.extend?4(**kwargs)
pyramid.interfaces.IMultiDict.getall?4()
pyramid.interfaces.IMultiDict.getone?4()
pyramid.interfaces.IMultiDict.mixed?4()
pyramid.interfaces.IMultiView.add?4(predicates, order, accept=None, phash=None)
pyramid.interfaces.INewRequest.request?7
pyramid.interfaces.INewResponse.request?7
pyramid.interfaces.INewResponse.response?7
pyramid.interfaces.IPEP302Loader.get_code?4()
pyramid.interfaces.IPEP302Loader.get_data?4()
pyramid.interfaces.IPEP302Loader.get_filename?4()
pyramid.interfaces.IPEP302Loader.get_source?4()
pyramid.interfaces.IPEP302Loader.is_package?4()
pyramid.interfaces.IPredicate.phash?4()
pyramid.interfaces.IPredicate.text?4()
pyramid.interfaces.IPredicateInfo.maybe_dotted?4()
pyramid.interfaces.IPredicateInfo.package?7
pyramid.interfaces.IPredicateInfo.registry?7
pyramid.interfaces.IPredicateInfo.settings?7
pyramid.interfaces.IRendererInfo.clone?4()
pyramid.interfaces.IRendererInfo.name?7
pyramid.interfaces.IRendererInfo.package?7
pyramid.interfaces.IRendererInfo.registry?7
pyramid.interfaces.IRendererInfo.settings?7
pyramid.interfaces.IRendererInfo.type?7
pyramid.interfaces.IRequestExtensions.descriptors?7
pyramid.interfaces.IRequestExtensions.methods?7
pyramid.interfaces.IRequestFactory.blank?4()
pyramid.interfaces.IResourceURL.physical_path?7
pyramid.interfaces.IResourceURL.physical_path_tuple?7
pyramid.interfaces.IResourceURL.virtual_path?7
pyramid.interfaces.IResourceURL.virtual_path_tuple?7
pyramid.interfaces.IResponse.RequestClass?7
pyramid.interfaces.IResponse.accept_ranges?7
pyramid.interfaces.IResponse.age?7
pyramid.interfaces.IResponse.allow?7
pyramid.interfaces.IResponse.app_iter?7
pyramid.interfaces.IResponse.app_iter_range?4(stop)
pyramid.interfaces.IResponse.authenticated_userid?7
pyramid.interfaces.IResponse.body?7
pyramid.interfaces.IResponse.body_file?7
pyramid.interfaces.IResponse.cache_control?7
pyramid.interfaces.IResponse.cache_expires?7
pyramid.interfaces.IResponse.charset?7
pyramid.interfaces.IResponse.conditional_response_app?4(start_response)
pyramid.interfaces.IResponse.content_disposition?7
pyramid.interfaces.IResponse.content_encoding?7
pyramid.interfaces.IResponse.content_language?7
pyramid.interfaces.IResponse.content_length?7
pyramid.interfaces.IResponse.content_location?7
pyramid.interfaces.IResponse.content_md5?7
pyramid.interfaces.IResponse.content_range?7
pyramid.interfaces.IResponse.content_type?7
pyramid.interfaces.IResponse.content_type_params?7
pyramid.interfaces.IResponse.copy?4()
pyramid.interfaces.IResponse.date?7
pyramid.interfaces.IResponse.delete_cookie?4(path='/', domain=None)
pyramid.interfaces.IResponse.encode_content?4(lazy=False)
pyramid.interfaces.IResponse.environ?7
pyramid.interfaces.IResponse.etag?7
pyramid.interfaces.IResponse.expires?7
pyramid.interfaces.IResponse.headerlist?7
pyramid.interfaces.IResponse.headers?7
pyramid.interfaces.IResponse.identity?7
pyramid.interfaces.IResponse.is_authenticated?7
pyramid.interfaces.IResponse.last_modified?7
pyramid.interfaces.IResponse.location?7
pyramid.interfaces.IResponse.md5_etag?4(set_content_md5=False)
pyramid.interfaces.IResponse.merge_cookies?4()
pyramid.interfaces.IResponse.pragma?7
pyramid.interfaces.IResponse.request?7
pyramid.interfaces.IResponse.retry_after?7
pyramid.interfaces.IResponse.server?7
pyramid.interfaces.IResponse.set_cookie?4(value='', max_age=None, path='/', domain=None, secure=False, httponly=False, comment=None, expires=None, overwrite=False, )
pyramid.interfaces.IResponse.status?7
pyramid.interfaces.IResponse.status_int?7
pyramid.interfaces.IResponse.unicode_body?7
pyramid.interfaces.IResponse.unset_cookie?4(strict=True)
pyramid.interfaces.IResponse.vary?7
pyramid.interfaces.IResponse.www_authenticate?7
pyramid.interfaces.IRoute.factory?7
pyramid.interfaces.IRoute.generate?4()
pyramid.interfaces.IRoute.match?4()
pyramid.interfaces.IRoute.name?7
pyramid.interfaces.IRoute.pattern?7
pyramid.interfaces.IRoute.predicates?7
pyramid.interfaces.IRoute.pregenerator?7
pyramid.interfaces.IRouter.invoke_request?4()
pyramid.interfaces.IRouter.registry?7
pyramid.interfaces.IRouter.request_context?4()
pyramid.interfaces.IRoutesMapper.connect?4(pattern, factory=None, predicates=(), pregenerator=None, static=True, )
pyramid.interfaces.IRoutesMapper.generate?4(kw)
pyramid.interfaces.IRoutesMapper.get_route?4()
pyramid.interfaces.IRoutesMapper.get_routes?4()
pyramid.interfaces.IRoutesMapper.has_routes?4()
pyramid.interfaces.ISecurityPolicy.authenticated_userid?4()
pyramid.interfaces.ISecurityPolicy.forget?4(**kw)
pyramid.interfaces.ISecurityPolicy.identity?4()
pyramid.interfaces.ISecurityPolicy.permits?4(context, permission)
pyramid.interfaces.ISecurityPolicy.remember?4(userid, **kw)
pyramid.interfaces.ISession.changed?4()
pyramid.interfaces.ISession.created?7
pyramid.interfaces.ISession.flash?4(queue='', allow_duplicate=True)
pyramid.interfaces.ISession.invalidate?4()
pyramid.interfaces.ISession.new?7
pyramid.interfaces.ISession.peek_flash?4()
pyramid.interfaces.ISession.pop_flash?4()
pyramid.interfaces.IStaticURLInfo.add?4(name, spec, **extra)
pyramid.interfaces.IStaticURLInfo.add_cache_buster?4(spec, cache_buster)
pyramid.interfaces.IStaticURLInfo.generate?4(request, **kw)
pyramid.interfaces.ITraverserFactory?7
pyramid.interfaces.IViewDeriver.options?7
pyramid.interfaces.IViewDeriverInfo.exception_only?7
pyramid.interfaces.IViewDeriverInfo.options?7
pyramid.interfaces.IViewDeriverInfo.original_view?7
pyramid.interfaces.IViewDeriverInfo.package?7
pyramid.interfaces.IViewDeriverInfo.predicates?7
pyramid.interfaces.IViewDeriverInfo.registry?7
pyramid.interfaces.IViewDeriverInfo.settings?7
pyramid.interfaces.IWSGIApplicationCreatedEvent?7
pyramid.interfaces.PHASE0_CONFIG?7
pyramid.interfaces.PHASE1_CONFIG?7
pyramid.interfaces.PHASE2_CONFIG?7
pyramid.interfaces.PHASE3_CONFIG?7
pyramid.interfaces.VH_ROOT_KEY?7
pyramid.location.inside?4(resource1, resource2)
pyramid.location.lineage?4(resource)
pyramid.paster.bootstrap?4(config_uri, request=None, options=None)
pyramid.paster.get_app?4(config_uri, name=None, options=None)
pyramid.paster.get_appsettings?4(config_uri, name=None, options=None)
pyramid.paster.setup_logging?4(config_uri, global_conf=None)
pyramid.path.AssetResolver.resolve?4(spec)
pyramid.path.CALLER_PACKAGE?7
pyramid.path.DottedNameResolver._pkg_resources_style?5(value, package)
pyramid.path.DottedNameResolver._resolve?5(dotted, package)
pyramid.path.DottedNameResolver._zope_dottedname_style?5(value, package)
pyramid.path.DottedNameResolver.maybe_resolve?4(dotted)
pyramid.path.DottedNameResolver.resolve?4(dotted)
pyramid.path.FSAssetDescriptor.abspath?4()
pyramid.path.FSAssetDescriptor.absspec?4()
pyramid.path.FSAssetDescriptor.exists?4()
pyramid.path.FSAssetDescriptor.isdir?4()
pyramid.path.FSAssetDescriptor.listdir?4()
pyramid.path.FSAssetDescriptor.stream?4()
pyramid.path.FSAssetDescriptor?1(path)
pyramid.path.PkgResourcesAssetDescriptor.abspath?4()
pyramid.path.PkgResourcesAssetDescriptor.absspec?4()
pyramid.path.PkgResourcesAssetDescriptor.exists?4()
pyramid.path.PkgResourcesAssetDescriptor.isdir?4()
pyramid.path.PkgResourcesAssetDescriptor.listdir?4()
pyramid.path.PkgResourcesAssetDescriptor.pkg_resources?7
pyramid.path.PkgResourcesAssetDescriptor.stream?4()
pyramid.path.PkgResourcesAssetDescriptor?1(pkg_name, path)
pyramid.path.Resolver.get_package?4()
pyramid.path.Resolver.get_package_name?4()
pyramid.path.Resolver?1(package=CALLER_PACKAGE)
pyramid.path.caller_module?4(level=2, sys=sys)
pyramid.path.caller_package?4(level=2, caller_module=caller_module)
pyramid.path.caller_path?4(path, level=2)
pyramid.path.init_names?7
pyramid.path.package_name?4(pkg_or_module)
pyramid.path.package_of?4(pkg_or_module)
pyramid.path.package_path?4(package)
pyramid.predicates.AcceptPredicate.phash?7
pyramid.predicates.AcceptPredicate.text?4()
pyramid.predicates.AcceptPredicate?1(values, config)
pyramid.predicates.ContainmentPredicate.phash?7
pyramid.predicates.ContainmentPredicate.text?4()
pyramid.predicates.ContainmentPredicate?1(val, config)
pyramid.predicates.CustomPredicate.phash?4()
pyramid.predicates.CustomPredicate.text?4()
pyramid.predicates.CustomPredicate?1(func, config)
pyramid.predicates.EffectivePrincipalsPredicate.phash?7
pyramid.predicates.EffectivePrincipalsPredicate.text?4()
pyramid.predicates.EffectivePrincipalsPredicate?1(val, config)
pyramid.predicates.HeaderPredicate.phash?7
pyramid.predicates.HeaderPredicate.text?4()
pyramid.predicates.HeaderPredicate?1(val, config)
pyramid.predicates.IsAuthenticatedPredicate.phash?7
pyramid.predicates.IsAuthenticatedPredicate.text?4()
pyramid.predicates.IsAuthenticatedPredicate?1(val, config)
pyramid.predicates.MatchParamPredicate.phash?7
pyramid.predicates.MatchParamPredicate.text?4()
pyramid.predicates.MatchParamPredicate?1(val, config)
pyramid.predicates.Notted._notted_text?5(val)
pyramid.predicates.Notted.phash?4()
pyramid.predicates.Notted.text?4()
pyramid.predicates.Notted?1(predicate)
pyramid.predicates.PathInfoPredicate.phash?7
pyramid.predicates.PathInfoPredicate.text?4()
pyramid.predicates.PathInfoPredicate?1(val, config)
pyramid.predicates.PhysicalPathPredicate.phash?7
pyramid.predicates.PhysicalPathPredicate.text?4()
pyramid.predicates.PhysicalPathPredicate?1(val, config)
pyramid.predicates.RequestMethodPredicate.phash?7
pyramid.predicates.RequestMethodPredicate.text?4()
pyramid.predicates.RequestMethodPredicate?1(val, config)
pyramid.predicates.RequestParamPredicate.phash?7
pyramid.predicates.RequestParamPredicate.text?4()
pyramid.predicates.RequestParamPredicate?1(val, config)
pyramid.predicates.RequestTypePredicate.phash?7
pyramid.predicates.RequestTypePredicate.text?4()
pyramid.predicates.RequestTypePredicate?1(val, config)
pyramid.predicates.TraversePredicate.phash?4()
pyramid.predicates.TraversePredicate.text?4()
pyramid.predicates.TraversePredicate?1(val, config)
pyramid.predicates.XHRPredicate.phash?7
pyramid.predicates.XHRPredicate.text?4()
pyramid.predicates.XHRPredicate?1(val, config)
pyramid.predicates._marker?8
pyramid.registry.Deferred.resolve?4()
pyramid.registry.Deferred.value?4()
pyramid.registry.Deferred?1(func)
pyramid.registry.Introspectable._assert_resolved?5()
pyramid.registry.Introspectable.action_info?7
pyramid.registry.Introspectable.discriminator_hash?4()
pyramid.registry.Introspectable.order?7
pyramid.registry.Introspectable.register?4(introspector, action_info)
pyramid.registry.Introspectable.relate?4(category_name, discriminator)
pyramid.registry.Introspectable.unrelate?4(category_name, discriminator)
pyramid.registry.Introspectable?1(category_name, discriminator, title, type_name)
pyramid.registry.Introspector._get_intrs_by_pairs?5(pairs)
pyramid.registry.Introspector.add?4(intr)
pyramid.registry.Introspector.categories?4()
pyramid.registry.Introspector.categorized?4(sort_key=None)
pyramid.registry.Introspector.get?4(category_name, discriminator, default=None)
pyramid.registry.Introspector.get_category?4(category_name, default=None, sort_key=None)
pyramid.registry.Introspector.relate?4(*pairs)
pyramid.registry.Introspector.related?4(intr)
pyramid.registry.Introspector.remove?4(category_name, discriminator)
pyramid.registry.Introspector.unrelate?4(*pairs)
pyramid.registry.Introspector?1()
pyramid.registry.Registry._clear_view_lookup_cache?5()
pyramid.registry.Registry._get_settings?5()
pyramid.registry.Registry._set_settings?5(settings)
pyramid.registry.Registry._settings?8
pyramid.registry.Registry.has_listeners?7
pyramid.registry.Registry.notify?4(*events)
pyramid.registry.Registry.package_name?4()
pyramid.registry.Registry.queryAdapterOrSelf?4(object, interface, default=None)
pyramid.registry.Registry.registerHandler?4(*arg, **kw)
pyramid.registry.Registry.registerSelfAdapter?4(required=None, provided=None, name='', info='', event=True)
pyramid.registry.Registry.registerSubscriptionAdapter?4(*arg, **kw)
pyramid.registry.Registry.settings?7
pyramid.registry.Registry?1(package_name=CALLER_PACKAGE, *args, **kw)
pyramid.registry.global_registry?7
pyramid.registry.undefer?4(v)
pyramid.renderers.JSON._make_default?5(request)
pyramid.renderers.JSON._render?5(system)
pyramid.renderers.JSON.add_adapter?4(type_or_iface, adapter)
pyramid.renderers.JSON.default?4()
pyramid.renderers.JSON?1(serializer=json.dumps, adapters=(), **kw)
pyramid.renderers.JSONP._render?5(system)
pyramid.renderers.JSONP?1(param_name='callback', **kw)
pyramid.renderers.JSONP_VALID_CALLBACK?7
pyramid.renderers.NullRendererHelper.clone?4(name=None, package=None, registry=None)
pyramid.renderers.NullRendererHelper.render?4(value, system_values, request=None)
pyramid.renderers.NullRendererHelper.render_to_response?4(value, system_values, request=None)
pyramid.renderers.NullRendererHelper.render_view?4(request, value, view, context)
pyramid.renderers.NullRendererHelper.settings?4()
pyramid.renderers.NullRendererHelper?1(name=None, package=None, registry=None)
pyramid.renderers.RendererHelper._make_response?5(result, request)
pyramid.renderers.RendererHelper.clone?4(name=None, package=None, registry=None)
pyramid.renderers.RendererHelper.get_renderer?4()
pyramid.renderers.RendererHelper.render?4(value, system_values, request=None)
pyramid.renderers.RendererHelper.render_to_response?4(value, system_values, request=None)
pyramid.renderers.RendererHelper.render_view?4(request, response, view, context)
pyramid.renderers.RendererHelper.renderer?4()
pyramid.renderers.RendererHelper.settings?4()
pyramid.renderers.RendererHelper?1(name=None, package=None, registry=None)
pyramid.renderers._marker?8
pyramid.renderers._render?5(value, system)
pyramid.renderers.get_renderer?4(renderer_name, package=None, registry=None)
pyramid.renderers.json_renderer_factory?7
pyramid.renderers.null_renderer?7
pyramid.renderers.render?4(renderer_name, value, request=None, package=None)
pyramid.renderers.render_to_response?4(renderer_name, value, request=None, package=None, response=None)
pyramid.renderers.string_renderer_factory?4(info)
pyramid.request.CallbackMethodsMixin._process_finished_callbacks?5()
pyramid.request.CallbackMethodsMixin._process_response_callbacks?5(response)
pyramid.request.CallbackMethodsMixin.add_finished_callback?4(callback)
pyramid.request.CallbackMethodsMixin.add_response_callback?4(callback)
pyramid.request.CallbackMethodsMixin.finished_callbacks?4()
pyramid.request.CallbackMethodsMixin.response_callbacks?4()
pyramid.request.Request.ResponseClass?7
pyramid.request.Request.exc_info?7
pyramid.request.Request.exception?7
pyramid.request.Request.is_response?4(ob)
pyramid.request.Request.matchdict?7
pyramid.request.Request.matched_route?7
pyramid.request.Request.request_iface?7
pyramid.request.Request.response?4()
pyramid.request.Request.session?4()
pyramid.request.Request.tmpl_context?4()
pyramid.request.RequestLocalCache.NO_VALUE?7
pyramid.request.RequestLocalCache.clear?4(request)
pyramid.request.RequestLocalCache.get?4(request, default=NO_VALUE)
pyramid.request.RequestLocalCache.get_or_create?4(request, creator=None)
pyramid.request.RequestLocalCache.set?4(request, value)
pyramid.request.RequestLocalCache.wrapper?4()
pyramid.request.RequestLocalCache?1(creator=None)
pyramid.request.add_global_response_headers?4(request, headerlist)
pyramid.request.add_headers?4(request, response)
pyramid.request.apply_request_extensions?4(request, extensions=None)
pyramid.request.call_app_with_subpath_as_path_info?4(request, app)
pyramid.request.route_request_iface?4(name, bases=())
pyramid.resource.abspath_from_resource_spec?7
pyramid.resource.resolve_resource_spec?7
pyramid.resource.resource_spec_from_abspath?7
pyramid.response.FileIter.close?4()
pyramid.response.FileIter?1(file, block_size=_BLOCK_SIZE)
pyramid.response.FileResponse?1(path, request=None, cache_max_age=None, content_type=None, content_encoding=None, )
pyramid.response._BLOCK_SIZE?8
pyramid.response._get_response_factory?5(registry)
pyramid.response._guess_type?5(path)
pyramid.response.response_adapter.register?4(scanner, name, wrapped)
pyramid.response.response_adapter.venusian?7
pyramid.response.response_adapter?1(*types_or_ifaces, **kwargs)
pyramid.router.Router.debug_notfound?7
pyramid.router.Router.debug_routematch?7
pyramid.router.Router.finish_request?4(request)
pyramid.router.Router.handle_request?4(request)
pyramid.router.Router.invoke_request?4(request, _use_tweens=True)
pyramid.router.Router.invoke_subrequest?4(request, use_tweens=False)
pyramid.router.Router.request_context?4(environ)
pyramid.router.Router?1(registry)
pyramid.router.default_execution_policy?4(environ, router)
pyramid.scripting._make_request?5(path, registry=None)
pyramid.scripting.closer?4()
pyramid.scripting.get_root?4(app, request=None)
pyramid.scripting.prepare?4(request=None, registry=None)
pyramid.scripts.common.get_config_loader?4(config_uri)
pyramid.scripts.common.parse_vars?4(args)
pyramid.scripts.pdistreport.get_parser?4()
pyramid.scripts.pdistreport.main?4(argv=sys.argv, pkg_resources=pkg_resources, platform=platform.platform, out=out, )
pyramid.scripts.pdistreport.out?4(*args)
pyramid.scripts.prequest.PRequestCommand._get_config_loader?8
pyramid.scripts.prequest.PRequestCommand.action?7
pyramid.scripts.prequest.PRequestCommand.choices?7
pyramid.scripts.prequest.PRequestCommand.default?7
pyramid.scripts.prequest.PRequestCommand.description?7
pyramid.scripts.prequest.PRequestCommand.dest?7
pyramid.scripts.prequest.PRequestCommand.formatter_class?7
pyramid.scripts.prequest.PRequestCommand.help?7
pyramid.scripts.prequest.PRequestCommand.metavar?7
pyramid.scripts.prequest.PRequestCommand.nargs?7
pyramid.scripts.prequest.PRequestCommand.out?4(msg)
pyramid.scripts.prequest.PRequestCommand.parser?7
pyramid.scripts.prequest.PRequestCommand.run?4()
pyramid.scripts.prequest.PRequestCommand.stdin?7
pyramid.scripts.prequest.PRequestCommand?1(argv, quiet=False)
pyramid.scripts.prequest.main?4(argv=sys.argv, quiet=False)
pyramid.scripts.proutes.ANY_KEY?7
pyramid.scripts.proutes.PAD?7
pyramid.scripts.proutes.PRoutesCommand._get_mapper?5(registry)
pyramid.scripts.proutes.PRoutesCommand.action?7
pyramid.scripts.proutes.PRoutesCommand.bootstrap?7
pyramid.scripts.proutes.PRoutesCommand.default?7
pyramid.scripts.proutes.PRoutesCommand.description?7
pyramid.scripts.proutes.PRoutesCommand.dest?7
pyramid.scripts.proutes.PRoutesCommand.formatter_class?7
pyramid.scripts.proutes.PRoutesCommand.get_config_loader?7
pyramid.scripts.proutes.PRoutesCommand.help?7
pyramid.scripts.proutes.PRoutesCommand.nargs?7
pyramid.scripts.proutes.PRoutesCommand.out?4(msg)
pyramid.scripts.proutes.PRoutesCommand.parser?7
pyramid.scripts.proutes.PRoutesCommand.proutes_file_config?4(loader, global_conf=None)
pyramid.scripts.proutes.PRoutesCommand.run?4(quiet=False)
pyramid.scripts.proutes.PRoutesCommand.stdout?7
pyramid.scripts.proutes.PRoutesCommand.validate_formats?4(formats)
pyramid.scripts.proutes.PRoutesCommand?1(argv, quiet=False)
pyramid.scripts.proutes.UNKNOWN_KEY?7
pyramid.scripts.proutes._get_pattern?5(route)
pyramid.scripts.proutes._get_print_format?5(fmt, max_name, max_pattern, max_view, max_method)
pyramid.scripts.proutes._get_request_methods?5(route_request_methods, view_request_methods)
pyramid.scripts.proutes._get_view_module?5(view_callable)
pyramid.scripts.proutes.get_route_data?4(route, registry)
pyramid.scripts.proutes.main?4(argv=sys.argv, quiet=False)
pyramid.scripts.pserve.PServeCommand._get_config_loader?8
pyramid.scripts.pserve.PServeCommand._scheme_re?8
pyramid.scripts.pserve.PServeCommand.action?7
pyramid.scripts.pserve.PServeCommand.const?7
pyramid.scripts.pserve.PServeCommand.default?7
pyramid.scripts.pserve.PServeCommand.default_verbosity?7
pyramid.scripts.pserve.PServeCommand.description?7
pyramid.scripts.pserve.PServeCommand.dest?7
pyramid.scripts.pserve.PServeCommand.formatter_class?7
pyramid.scripts.pserve.PServeCommand.get_config_path?4(loader)
pyramid.scripts.pserve.PServeCommand.guess_server_url?4(loader, server_name, global_conf=None)
pyramid.scripts.pserve.PServeCommand.help?7
pyramid.scripts.pserve.PServeCommand.metavar?7
pyramid.scripts.pserve.PServeCommand.nargs?7
pyramid.scripts.pserve.PServeCommand.open_browser?4()
pyramid.scripts.pserve.PServeCommand.open_url?7
pyramid.scripts.pserve.PServeCommand.out?4(msg)
pyramid.scripts.pserve.PServeCommand.parser?7
pyramid.scripts.pserve.PServeCommand.pserve_file_config?4(loader, global_conf=None)
pyramid.scripts.pserve.PServeCommand.run?4()
pyramid.scripts.pserve.PServeCommand?1(argv, quiet=False, original_ignore_files=None)
pyramid.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, )
pyramid.scripts.pserve.main?4(argv=sys.argv, quiet=False, original_ignore_files=None)
pyramid.scripts.pserve.wsgiref_server_runner?4(wsgi_app, global_conf, **kw)
pyramid.scripts.pshell.PShellCommand.action?7
pyramid.scripts.pshell.PShellCommand.bootstrap?7
pyramid.scripts.pshell.PShellCommand.default?7
pyramid.scripts.pshell.PShellCommand.default_runner?7
pyramid.scripts.pshell.PShellCommand.description?7
pyramid.scripts.pshell.PShellCommand.dest?7
pyramid.scripts.pshell.PShellCommand.find_all_shells?4()
pyramid.scripts.pshell.PShellCommand.formatter_class?7
pyramid.scripts.pshell.PShellCommand.get_config_loader?7
pyramid.scripts.pshell.PShellCommand.help?7
pyramid.scripts.pshell.PShellCommand.loaded_objects?7
pyramid.scripts.pshell.PShellCommand.make_shell?4()
pyramid.scripts.pshell.PShellCommand.nargs?7
pyramid.scripts.pshell.PShellCommand.object_help?7
pyramid.scripts.pshell.PShellCommand.order?4()
pyramid.scripts.pshell.PShellCommand.out?4(msg)
pyramid.scripts.pshell.PShellCommand.parser?7
pyramid.scripts.pshell.PShellCommand.pkg_resources?7
pyramid.scripts.pshell.PShellCommand.preferred_shells?7
pyramid.scripts.pshell.PShellCommand.pshell_file_config?4(loader, defaults)
pyramid.scripts.pshell.PShellCommand.pystartup?7
pyramid.scripts.pshell.PShellCommand.resolver?7
pyramid.scripts.pshell.PShellCommand.run?4(shell=None)
pyramid.scripts.pshell.PShellCommand.setup?7
pyramid.scripts.pshell.PShellCommand.setup_env?4()
pyramid.scripts.pshell.PShellCommand.show_shells?4()
pyramid.scripts.pshell.PShellCommand?1(argv, quiet=False)
pyramid.scripts.pshell.main?4(argv=sys.argv, quiet=False)
pyramid.scripts.pshell.python_shell_runner?4(env, help, interact=interact)
pyramid.scripts.ptweens.PTweensCommand._get_tweens?5(registry)
pyramid.scripts.ptweens.PTweensCommand.bootstrap?7
pyramid.scripts.ptweens.PTweensCommand.default?7
pyramid.scripts.ptweens.PTweensCommand.description?7
pyramid.scripts.ptweens.PTweensCommand.formatter_class?7
pyramid.scripts.ptweens.PTweensCommand.help?7
pyramid.scripts.ptweens.PTweensCommand.nargs?7
pyramid.scripts.ptweens.PTweensCommand.out?4(msg)
pyramid.scripts.ptweens.PTweensCommand.parser?7
pyramid.scripts.ptweens.PTweensCommand.run?4()
pyramid.scripts.ptweens.PTweensCommand.setup_logging?7
pyramid.scripts.ptweens.PTweensCommand.show_chain?4(chain)
pyramid.scripts.ptweens.PTweensCommand.stdout?7
pyramid.scripts.ptweens.PTweensCommand?1(argv, quiet=False)
pyramid.scripts.ptweens.main?4(argv=sys.argv, quiet=False)
pyramid.scripts.pviews.PViewsCommand._find_multi_routes?5(mapper, request)
pyramid.scripts.pviews.PViewsCommand._find_view?5(request)
pyramid.scripts.pviews.PViewsCommand.bootstrap?7
pyramid.scripts.pviews.PViewsCommand.default?7
pyramid.scripts.pviews.PViewsCommand.description?7
pyramid.scripts.pviews.PViewsCommand.formatter_class?7
pyramid.scripts.pviews.PViewsCommand.help?7
pyramid.scripts.pviews.PViewsCommand.nargs?7
pyramid.scripts.pviews.PViewsCommand.out?4(msg)
pyramid.scripts.pviews.PViewsCommand.output_route_attrs?4(attrs, indent)
pyramid.scripts.pviews.PViewsCommand.output_view_info?4(view_wrapper, level=1)
pyramid.scripts.pviews.PViewsCommand.parser?7
pyramid.scripts.pviews.PViewsCommand.run?4()
pyramid.scripts.pviews.PViewsCommand.setup_logging?7
pyramid.scripts.pviews.PViewsCommand.stdout?7
pyramid.scripts.pviews.PViewsCommand?1(argv, quiet=False)
pyramid.scripts.pviews.RoutesMultiView.infos?7
pyramid.scripts.pviews.RoutesMultiView.traverser?7
pyramid.scripts.pviews.RoutesMultiView.view?7
pyramid.scripts.pviews.RoutesMultiView.views?7
pyramid.scripts.pviews.RoutesMultiView?1(infos, context_iface, root_factory, request)
pyramid.scripts.pviews.main?4(argv=sys.argv, quiet=False)
pyramid.security.ALL_PERMISSIONS?7
pyramid.security.Allow?7
pyramid.security.Allowed.boolval?7
pyramid.security.Authenticated?7
pyramid.security.AuthenticationAPIMixin.effective_principals?4()
pyramid.security.AuthenticationAPIMixin.effective_principals?7
pyramid.security.AuthenticationAPIMixin.unauthenticated_userid?4()
pyramid.security.AuthenticationAPIMixin.unauthenticated_userid?7
pyramid.security.DENY_ALL?7
pyramid.security.Denied.boolval?7
pyramid.security.Deny?7
pyramid.security.Everyone?7
pyramid.security.LegacySecurityPolicy._get_authn_policy?5(request)
pyramid.security.LegacySecurityPolicy._get_authz_policy?5(request)
pyramid.security.LegacySecurityPolicy.authenticated_userid?4(request)
pyramid.security.LegacySecurityPolicy.forget?4(request, **kw)
pyramid.security.LegacySecurityPolicy.identity?4(request)
pyramid.security.LegacySecurityPolicy.permits?4(request, context, permission)
pyramid.security.LegacySecurityPolicy.remember?4(request, userid, **kw)
pyramid.security.NO_PERMISSION_REQUIRED?7
pyramid.security.PermitsResult.msg?4()
pyramid.security.SecurityAPIMixin.authenticated_userid?4()
pyramid.security.SecurityAPIMixin.has_permission?4(permission, context=None)
pyramid.security.SecurityAPIMixin.identity?4()
pyramid.security.SecurityAPIMixin.is_authenticated?4()
pyramid.security._get_security_policy?5(request)
pyramid.security.forget?4(request, **kw)
pyramid.security.principals_allowed_by_permission?4(context, permission)
pyramid.security.remember?4(request, userid, **kw)
pyramid.security.view_execution_permitted?4(context, request, name='')
pyramid.session.BaseCookieSessionFactory?4(serializer, cookie_name='session', max_age=None, path='/', domain=None, secure=False, httponly=False, samesite='Lax', timeout=1200, reissue_time=0, set_on_exception=True, )
pyramid.session.CookieSession._cookie_domain?8
pyramid.session.CookieSession._cookie_httponly?8
pyramid.session.CookieSession._cookie_max_age?8
pyramid.session.CookieSession._cookie_name?8
pyramid.session.CookieSession._cookie_on_exception?8
pyramid.session.CookieSession._cookie_path?8
pyramid.session.CookieSession._cookie_samesite?8
pyramid.session.CookieSession._cookie_secure?8
pyramid.session.CookieSession._dirty?8
pyramid.session.CookieSession._reissue_time?8
pyramid.session.CookieSession._set_cookie?5(response)
pyramid.session.CookieSession._timeout?8
pyramid.session.CookieSession.changed?4()
pyramid.session.CookieSession.clear?7
pyramid.session.CookieSession.flash?4(msg, queue='', allow_duplicate=True)
pyramid.session.CookieSession.get?7
pyramid.session.CookieSession.get_csrf_token?4()
pyramid.session.CookieSession.invalidate?4()
pyramid.session.CookieSession.items?7
pyramid.session.CookieSession.keys?7
pyramid.session.CookieSession.new_csrf_token?4()
pyramid.session.CookieSession.peek_flash?4(queue='')
pyramid.session.CookieSession.pop?7
pyramid.session.CookieSession.pop_flash?4(queue='')
pyramid.session.CookieSession.popitem?7
pyramid.session.CookieSession.set_cookie_callback?4(response)
pyramid.session.CookieSession.setdefault?7
pyramid.session.CookieSession.update?7
pyramid.session.CookieSession.values?7
pyramid.session.CookieSession?1(request)
pyramid.session.JSONSerializer?7
pyramid.session.PickleSerializer.dumps?4(appstruct)
pyramid.session.PickleSerializer.loads?4(bstruct)
pyramid.session.PickleSerializer?1(protocol=pickle.HIGHEST_PROTOCOL)
pyramid.session.SignedCookieSessionFactory?4(secret, cookie_name='session', max_age=None, path='/', domain=None, secure=False, httponly=False, samesite='Lax', set_on_exception=True, timeout=1200, reissue_time=0, hashalg='sha512', salt='pyramid.session.', serializer=None, )
pyramid.session.accessed?4(session, *arg, **kw)
pyramid.session.changed?4(session, *arg, **kw)
pyramid.session.check_csrf_origin?7
pyramid.session.check_csrf_token?7
pyramid.session.manage_accessed?4(wrapped)
pyramid.session.manage_changed?4(wrapped)
pyramid.settings.asbool?4(s)
pyramid.settings.aslist?4(value, flatten=True)
pyramid.settings.aslist_cronly?4(value)
pyramid.settings.falsey?7
pyramid.settings.truthy?7
pyramid.static.ManifestCacheBuster.exists?7
pyramid.static.ManifestCacheBuster.get_manifest?4()
pyramid.static.ManifestCacheBuster.getmtime?7
pyramid.static.ManifestCacheBuster.manifest?4()
pyramid.static.ManifestCacheBuster.parse_manifest?4(content)
pyramid.static.ManifestCacheBuster?1(manifest_spec, reload=False)
pyramid.static.QueryStringCacheBuster?1(param='x')
pyramid.static.QueryStringConstantCacheBuster.tokenize?4(request, subpath, kw)
pyramid.static.QueryStringConstantCacheBuster?1(token, param='x')
pyramid.static._add_vary?5(response, option)
pyramid.static._compile_content_encodings?5(encodings)
pyramid.static._contains_slash?5(item)
pyramid.static._has_insecure_pathelement?8
pyramid.static._secure_path?5(path_tuple)
pyramid.static._seps?8
pyramid.static.static_view.add_slash_redirect?4(request)
pyramid.static.static_view.find_best_match?4(request, files)
pyramid.static.static_view.find_resource_path?4(name)
pyramid.static.static_view.get_possible_files?4(resource_name)
pyramid.static.static_view.get_resource_name?4(request)
pyramid.static.static_view?1(root_dir, cache_max_age=3600, package_name=None, use_subpath=False, index='index.html', reload=False, content_encodings=(), )
pyramid.testing.DummyModel?7
pyramid.testing.DummyRendererFactory.add?4(spec, renderer)
pyramid.testing.DummyRendererFactory?1(name, factory)
pyramid.testing.DummyRequest._accept?8
pyramid.testing.DummyRequest._del_accept?5()
pyramid.testing.DummyRequest._del_registry?5()
pyramid.testing.DummyRequest._get_accept?5()
pyramid.testing.DummyRequest._get_registry?5()
pyramid.testing.DummyRequest._registry?8
pyramid.testing.DummyRequest._set_accept?5(value)
pyramid.testing.DummyRequest._set_registry?5(registry)
pyramid.testing.DummyRequest.accept?7
pyramid.testing.DummyRequest.application_url?7
pyramid.testing.DummyRequest.charset?7
pyramid.testing.DummyRequest.content_length?7
pyramid.testing.DummyRequest.domain?7
pyramid.testing.DummyRequest.host?7
pyramid.testing.DummyRequest.method?7
pyramid.testing.DummyRequest.query_string?7
pyramid.testing.DummyRequest.registry?7
pyramid.testing.DummyRequest.request_iface?7
pyramid.testing.DummyRequest.response?4()
pyramid.testing.DummyRequest.script_name?7
pyramid.testing.DummyRequest?1(params=None, environ=None, headers=None, path='/', cookies=None, post=None, accept=None, **kw)
pyramid.testing.DummyResource.clone?4(__name__=_marker, __parent__=_marker, **kw)
pyramid.testing.DummyResource.get?4(name, default=None)
pyramid.testing.DummyResource.items?4()
pyramid.testing.DummyResource.keys?4()
pyramid.testing.DummyResource.values?4()
pyramid.testing.DummyResource?1(__name__=None, __parent__=None, __provides__=None, **kw)
pyramid.testing.DummyRootFactory?1(request)
pyramid.testing.DummySecurityPolicy.authenticated_userid?4(request)
pyramid.testing.DummySecurityPolicy.forget?4(request, **kw)
pyramid.testing.DummySecurityPolicy.identity?4(request)
pyramid.testing.DummySecurityPolicy.permits?4(request, context, permission)
pyramid.testing.DummySecurityPolicy.remember?4(request, userid, **kw)
pyramid.testing.DummySecurityPolicy?1(userid=None, identity=None, permissive=True, remember_result=None, forget_result=None, )
pyramid.testing.DummySession.changed?4()
pyramid.testing.DummySession.created?7
pyramid.testing.DummySession.flash?4(msg, queue='', allow_duplicate=True)
pyramid.testing.DummySession.get_csrf_token?4()
pyramid.testing.DummySession.invalidate?4()
pyramid.testing.DummySession.new?7
pyramid.testing.DummySession.new_csrf_token?4()
pyramid.testing.DummySession.peek_flash?4(queue='')
pyramid.testing.DummySession.pop_flash?4(queue='')
pyramid.testing.DummyTemplateRenderer._get_string_response?5()
pyramid.testing.DummyTemplateRenderer._set_string_response?5(response)
pyramid.testing.DummyTemplateRenderer.assert_?4(**kw)
pyramid.testing.DummyTemplateRenderer.implementation?4()
pyramid.testing.DummyTemplateRenderer.string_response?7
pyramid.testing.DummyTemplateRenderer?1(string_response='')
pyramid.testing.MockTemplate?1(response)
pyramid.testing._marker?8
pyramid.testing.cleanUp?4(*arg, **kw)
pyramid.testing.decorator?4(func)
pyramid.testing.have_zca?7
pyramid.testing.setUp?4(registry=None, request=None, hook_zca=True, autocommit=True, settings=None, package=None, )
pyramid.testing.skip_on?4(*platforms)
pyramid.testing.tearDown?4(unhook_zca=True)
pyramid.testing.testConfig?4(registry=None, request=None, hook_zca=True, autocommit=True, settings=None)
pyramid.testing.wrapper?4(*args, **kw)
pyramid.threadlocal.RequestContext.begin?4()
pyramid.threadlocal.RequestContext.end?4()
pyramid.threadlocal.RequestContext?1(request)
pyramid.threadlocal.ThreadLocalManager.clear?4()
pyramid.threadlocal.ThreadLocalManager.get?4()
pyramid.threadlocal.ThreadLocalManager.pop?4()
pyramid.threadlocal.ThreadLocalManager.push?4(info)
pyramid.threadlocal.ThreadLocalManager.set?7
pyramid.threadlocal.ThreadLocalManager?1(default=None)
pyramid.threadlocal.defaults?4()
pyramid.threadlocal.get_current_registry?4(context=None, )
pyramid.threadlocal.get_current_request?4()
pyramid.threadlocal.manager?7
pyramid.traversal.DefaultRootFactory?1(request)
pyramid.traversal.ModelGraphTraverser?7
pyramid.traversal.PATH_SAFE?7
pyramid.traversal.PATH_SEGMENT_SAFE?7
pyramid.traversal.ResourceTreeTraverser.VH_ROOT_KEY?7
pyramid.traversal.ResourceTreeTraverser.VIEW_SELECTOR?7
pyramid.traversal.ResourceTreeTraverser?1(root)
pyramid.traversal.ResourceURL.VH_ROOT_KEY?7
pyramid.traversal.ResourceURL?1(resource, request)
pyramid.traversal._join_path_tuple?5(tuple)
pyramid.traversal._model_path_list?8
pyramid.traversal._resource_path_list?5(resource, *elements)
pyramid.traversal._segment_cache?8
pyramid.traversal.decode_path_info?4(path)
pyramid.traversal.find_interface?4(resource, class_or_interface)
pyramid.traversal.find_model?7
pyramid.traversal.find_resource?4(resource, path)
pyramid.traversal.find_root?4(resource)
pyramid.traversal.model_path?7
pyramid.traversal.model_path_tuple?7
pyramid.traversal.quote_path_segment?4(segment, safe=PATH_SEGMENT_SAFE)
pyramid.traversal.resource_path?4(resource, *elements)
pyramid.traversal.resource_path_tuple?4(resource, *elements)
pyramid.traversal.split_path_info?4(path)
pyramid.traversal.traversal_path?4(path)
pyramid.traversal.traversal_path_info?4(path)
pyramid.traversal.traverse?4(resource, path)
pyramid.traversal.unquote_bytes_to_wsgi?4(bytestring)
pyramid.traversal.virtual_root?4(resource, request)
pyramid.tweens.EXCVIEW?7
pyramid.tweens.INGRESS?7
pyramid.tweens.MAIN?7
pyramid.tweens._error_handler?5(request, exc)
pyramid.tweens.excview_tween?4(request)
pyramid.tweens.excview_tween_factory?4(handler, registry)
pyramid.url.ANCHOR_SAFE?7
pyramid.url.QUERY_SAFE?7
pyramid.url.URLMethodsMixin._partial_application_url?5(scheme=None, host=None, port=None)
pyramid.url.URLMethodsMixin.current_route_path?4(*elements, **kw)
pyramid.url.URLMethodsMixin.current_route_url?4(*elements, **kw)
pyramid.url.URLMethodsMixin.model_url?7
pyramid.url.URLMethodsMixin.resource_path?4(resource, *elements, **kw)
pyramid.url.URLMethodsMixin.resource_url?4(resource, *elements, **kw)
pyramid.url.URLMethodsMixin.route_path?4(route_name, *elements, **kw)
pyramid.url.URLMethodsMixin.route_url?4(route_name, *elements, **kw)
pyramid.url.URLMethodsMixin.static_path?4(path, **kw)
pyramid.url.URLMethodsMixin.static_url?4(path, **kw)
pyramid.url._join_elements?5(elements)
pyramid.url.current_route_path?4(request, *elements, **kw)
pyramid.url.current_route_url?4(request, *elements, **kw)
pyramid.url.model_url?7
pyramid.url.parse_url_overrides?4(request, kw)
pyramid.url.resource_url?4(resource, request, *elements, **kw)
pyramid.url.route_path?4(route_name, request, *elements, **kw)
pyramid.url.route_url?4(route_name, request, *elements, **kw)
pyramid.url.static_path?4(path, request, **kw)
pyramid.url.static_url?4(path, request, **kw)
pyramid.urldispatch.Route?1(name, pattern, factory=None, predicates=(), pregenerator=None)
pyramid.urldispatch.RoutesMapper.connect?4(name, pattern, factory=None, predicates=(), pregenerator=None, static=False, )
pyramid.urldispatch.RoutesMapper.generate?4(name, kw)
pyramid.urldispatch.RoutesMapper.get_route?4(name)
pyramid.urldispatch.RoutesMapper.get_routes?4(include_static=False)
pyramid.urldispatch.RoutesMapper.has_routes?4()
pyramid.urldispatch.RoutesMapper?1()
pyramid.urldispatch._compile_route?5(route)
pyramid.urldispatch._marker?8
pyramid.urldispatch.generator?4(dict)
pyramid.urldispatch.matcher?4(path)
pyramid.urldispatch.old_route_re?7
pyramid.urldispatch.q?4(v)
pyramid.urldispatch.route_re?7
pyramid.urldispatch.star_at_end?7
pyramid.urldispatch.update_pattern?4(matchobj)
pyramid.util.DottedNameResolver?1(package=None)
pyramid.util.FIRST?7
pyramid.util.InstancePropertyHelper.add_property?4(callable, name=None, reify=False)
pyramid.util.InstancePropertyHelper.apply?4(target)
pyramid.util.InstancePropertyHelper.apply_properties?4(target, properties)
pyramid.util.InstancePropertyHelper.make_property?4(callable, name=None, reify=False)
pyramid.util.InstancePropertyHelper.set_property?4(target, callable, name=None, reify=False)
pyramid.util.InstancePropertyHelper?1()
pyramid.util.InstancePropertyMixin.set_property?4(callable, name=None, reify=False)
pyramid.util.LAST?7
pyramid.util.Sentinel?1(repr)
pyramid.util.SettableProperty?1(wrapped)
pyramid.util.SimpleSerializer.dumps?4(appstruct)
pyramid.util.SimpleSerializer.loads?4(bstruct)
pyramid.util.TopologicalSorter.add?4(name, val, after=None, before=None)
pyramid.util.TopologicalSorter.add_arc?4(tonode)
pyramid.util.TopologicalSorter.add_node?4()
pyramid.util.TopologicalSorter.remove?4(name)
pyramid.util.TopologicalSorter.sorted?4()
pyramid.util.TopologicalSorter.values?4()
pyramid.util.TopologicalSorter?1(default_before=LAST, default_after=None, first=FIRST, last=LAST)
pyramid.util.WIN?7
pyramid.util.WeakOrderedSet._remove_by_id?5(oid)
pyramid.util.WeakOrderedSet.add?4(item)
pyramid.util.WeakOrderedSet.empty?4()
pyramid.util.WeakOrderedSet.last?4()
pyramid.util.WeakOrderedSet.remove?4(item)
pyramid.util.WeakOrderedSet?1()
pyramid.util._marker?8
pyramid.util.as_sorted_tuple?4(val)
pyramid.util.ascii_?4(s)
pyramid.util.bytes_?4(s, encoding='latin-1', errors='strict')
pyramid.util.get_callable_name?4(name)
pyramid.util.hide_attrs?4(obj, *attrs)
pyramid.util.is_bound_method?4(ob)
pyramid.util.is_nonstr_iter?4(v)
pyramid.util.is_same_domain?4(host, pattern)
pyramid.util.is_string_or_iterable?4(v)
pyramid.util.is_unbound_method?4(fn)
pyramid.util.make_contextmanager?4(fn)
pyramid.util.object_description?4(object)
pyramid.util.reraise?4(tp, value, tb=None)
pyramid.util.shortrepr?4(object, closer)
pyramid.util.strings_differ?4(string1, string2)
pyramid.util.takes_one_arg?4(callee, attr=None, argname=None)
pyramid.util.text_?4(s, encoding='latin-1', errors='strict')
pyramid.util.wrapper?4(*a, **kw)
pyramid.view.AppendSlashNotFoundViewFactory?1(notfound_view=None, redirect_class=HTTPTemporaryRedirect)
pyramid.view.ViewMethodsMixin.invoke_exception_view?4(exc_info=None, request=None, secure=True, reraise=False)
pyramid.view._call_view?5(registry, request, context, context_iface, view_name, view_types=None, view_classifier=None, secure=True, request_iface=None, )
pyramid.view._find_views?5(registry, request_iface, context_iface, view_name, view_types=None, view_classifier=None, )
pyramid.view._marker?8
pyramid.view.append_slash_notfound_view?7
pyramid.view.bfg_view?7
pyramid.view.exception_view_config.callback?4(name, ob)
pyramid.view.exception_view_config.venusian?7
pyramid.view.exception_view_config?1(*args, **settings)
pyramid.view.forbidden_view_config.callback?4(name, ob)
pyramid.view.forbidden_view_config.venusian?7
pyramid.view.forbidden_view_config?1(**settings)
pyramid.view.notfound_view_config.callback?4(name, ob)
pyramid.view.notfound_view_config.venusian?7
pyramid.view.notfound_view_config?1(**settings)
pyramid.view.render_view?4(context, request, name='', secure=True)
pyramid.view.render_view_to_iterable?4(context, request, name='', secure=True)
pyramid.view.render_view_to_response?4(context, request, name='', secure=True)
pyramid.view.view_config._get_info?5()
pyramid.view.view_config.callback?4(name, ob)
pyramid.view.view_config.venusian?7
pyramid.view.view_config?1(**settings)
pyramid.view.view_defaults?4(**settings)
pyramid.view.wrap?4(wrapped)
pyramid.viewderivers.DefaultViewMapper._attr_view?5(request)
pyramid.viewderivers.DefaultViewMapper._class_requestonly_view?5(request)
pyramid.viewderivers.DefaultViewMapper._class_view?5(request)
pyramid.viewderivers.DefaultViewMapper._requestonly_view?5(request)
pyramid.viewderivers.DefaultViewMapper.map_class?4(view)
pyramid.viewderivers.DefaultViewMapper.map_class_native?4(view)
pyramid.viewderivers.DefaultViewMapper.map_class_requestonly?4(view)
pyramid.viewderivers.DefaultViewMapper.map_nonclass?4(view)
pyramid.viewderivers.DefaultViewMapper.map_nonclass_attr?4(view)
pyramid.viewderivers.DefaultViewMapper.map_nonclass_requestonly?4(view)
pyramid.viewderivers.DefaultViewMapper.mapped_view?4(request)
pyramid.viewderivers.DefaultViewMapper?1(**kw)
pyramid.viewderivers.INGRESS?7
pyramid.viewderivers.VIEW?7
pyramid.viewderivers._authdebug_view?5(view, info)
pyramid.viewderivers._owrapped_view?5(context, request)
pyramid.viewderivers._secured_view?5(view, info)
pyramid.viewderivers.authdebug_view?4(context, request)
pyramid.viewderivers.csrf_view?4(context, request)
pyramid.viewderivers.csrf_view?4(view, info)
pyramid.viewderivers.decorated_view?4(view, info)
pyramid.viewderivers.http_cached_view?4(view, info)
pyramid.viewderivers.inner?4(view, info)
pyramid.viewderivers.mapped_view?4(view, info)
pyramid.viewderivers.owrapped_view?4(view, info)
pyramid.viewderivers.permitted?4(context, request)
pyramid.viewderivers.preserve_view_attrs?4(view, wrapper)
pyramid.viewderivers.rendered_view?4(context, request)
pyramid.viewderivers.rendered_view?4(view, info)
pyramid.viewderivers.requestonly?4(view, attr=None)
pyramid.viewderivers.secured_view?4(context, request)
pyramid.viewderivers.secured_view?4(view, info)
pyramid.viewderivers.view_description?4(view)
pyramid.viewderivers.viewresult_to_response?4(context, request)
pyramid.viewderivers.wrapper?4(context, request)
pyramid.viewderivers.wraps_view?4(wrapper)
pyramid.wsgi.decorator?4(context, request)
pyramid.wsgi.wsgiapp2?4(wrapped)
pyramid.wsgi.wsgiapp?4(wrapped)

eric ide

mercurial