ProjectPyramid/APIs/Pyramid-1.3.3.api

branch
eric7
changeset 149
da343a43e995
parent 148
dcbd3a96f03c
child 150
b916658d5014
equal deleted inserted replaced
148:dcbd3a96f03c 149:da343a43e995
1 asset.abspath_from_asset_spec?4(spec, pname='__main__')
2 asset.asset_spec_from_abspath?4(abspath, package)
3 asset.resolve_asset_spec?4(spec, pname='__main__')
4 authentication.AuthTicket.cookie_value?4()
5 authentication.AuthTicket.digest?4()
6 authentication.AuthTicket?1(secret, userid, ip, tokens=(), user_data='', time=None, cookie_name='auth_tkt', secure=False)
7 authentication.AuthTktAuthenticationPolicy.forget?4(request)
8 authentication.AuthTktAuthenticationPolicy.remember?4(request, principal, **kw)
9 authentication.AuthTktAuthenticationPolicy.unauthenticated_userid?4(request)
10 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, )
11 authentication.AuthTktCookieHelper.AuthTicket?7
12 authentication.AuthTktCookieHelper.BadTicket?7
13 authentication.AuthTktCookieHelper._get_cookies?5(environ, value, max_age=None)
14 authentication.AuthTktCookieHelper.forget?4(request)
15 authentication.AuthTktCookieHelper.identify?4(request)
16 authentication.AuthTktCookieHelper.now?7
17 authentication.AuthTktCookieHelper.parse_ticket?7
18 authentication.AuthTktCookieHelper.reissue_authtkt?4(response)
19 authentication.AuthTktCookieHelper.remember?4(request, userid, max_age=None, tokens=())
20 authentication.AuthTktCookieHelper.userid_type_decoders?7
21 authentication.AuthTktCookieHelper.userid_type_encoders?7
22 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)
23 authentication.BadTicket?1(msg, expected=None)
24 authentication.CallbackAuthenticationPolicy._log?5(msg, methodname, request)
25 authentication.CallbackAuthenticationPolicy.authenticated_userid?4(request)
26 authentication.CallbackAuthenticationPolicy.callback?7
27 authentication.CallbackAuthenticationPolicy.debug?7
28 authentication.CallbackAuthenticationPolicy.effective_principals?4(request)
29 authentication.EXPIRE?7
30 authentication.RemoteUserAuthenticationPolicy.forget?4(request)
31 authentication.RemoteUserAuthenticationPolicy.remember?4(request, principal, **kw)
32 authentication.RemoteUserAuthenticationPolicy.unauthenticated_userid?4(request)
33 authentication.RemoteUserAuthenticationPolicy?1(environ_key='REMOTE_USER', callback=None, debug=False)
34 authentication.RepozeWho1AuthenticationPolicy._get_identifier?5(request)
35 authentication.RepozeWho1AuthenticationPolicy._get_identity?5(request)
36 authentication.RepozeWho1AuthenticationPolicy.authenticated_userid?4(request)
37 authentication.RepozeWho1AuthenticationPolicy.effective_principals?4(request)
38 authentication.RepozeWho1AuthenticationPolicy.forget?4(request)
39 authentication.RepozeWho1AuthenticationPolicy.remember?4(request, principal, **kw)
40 authentication.RepozeWho1AuthenticationPolicy.unauthenticated_userid?4(request)
41 authentication.RepozeWho1AuthenticationPolicy?1(identifier_name='auth_tkt', callback=None)
42 authentication.SessionAuthenticationPolicy.forget?4(request)
43 authentication.SessionAuthenticationPolicy.remember?4(request, principal, **kw)
44 authentication.SessionAuthenticationPolicy.unauthenticated_userid?4(request)
45 authentication.SessionAuthenticationPolicy?1(prefix='auth.', callback=None, debug=False)
46 authentication.VALID_TOKEN?7
47 authentication.b64decode?4(v)
48 authentication.b64encode?4(v)
49 authentication.calculate_digest?4(ip, timestamp, secret, userid, tokens, user_data)
50 authentication.encode_ip_timestamp?4(ip, timestamp)
51 authentication.parse_ticket?4(secret, ticket, ip)
52 authorization.ACLAuthorizationPolicy.permits?4(context, principals, permission)
53 authorization.ACLAuthorizationPolicy.principals_allowed_by_permission?4(context, permission)
54 chameleon_text.PageTextTemplateFile?1(*arg, **kw)
55 chameleon_text.TextTemplateRenderer.implementation?4()
56 chameleon_text.TextTemplateRenderer.template?4()
57 chameleon_text.TextTemplateRenderer?1(path, lookup)
58 chameleon_text.get_renderer?4(path)
59 chameleon_text.get_template?4(path)
60 chameleon_text.render_template?4(path, **kw)
61 chameleon_text.render_template_to_response?4(path, **kw)
62 chameleon_text.renderer_factory?4(info)
63 chameleon_zpt.PageTemplateFile?1(*arg, **kw)
64 chameleon_zpt.ZPTTemplateRenderer.implementation?4()
65 chameleon_zpt.ZPTTemplateRenderer.template?4()
66 chameleon_zpt.ZPTTemplateRenderer?1(path, lookup)
67 chameleon_zpt.get_renderer?4(path)
68 chameleon_zpt.get_template?4(path)
69 chameleon_zpt.render_template?4(path, **kw)
70 chameleon_zpt.render_template_to_response?4(path, **kw)
71 chameleon_zpt.renderer_factory?4(info)
72 compat.PY3?7
73 compat.ascii_native_?4(s)
74 compat.bytes_?4(s, encoding='latin-1', errors='strict')
75 compat.decode_path_info?4(path)
76 compat.exec_?4(code, globs=None, locs=None)
77 compat.is_bound_method?4(ob)
78 compat.is_nonstr_iter?4(v)
79 compat.iteritems_?4(d)
80 compat.iterkeys_?4(d)
81 compat.itervalues_?4(d)
82 compat.map_?4(*arg)
83 compat.native_?4(s, encoding='latin-1', errors='strict')
84 compat.reraise?4(tp, value, tb=None)
85 compat.text_?4(s, encoding='latin-1', errors='strict')
86 compat.unquote_bytes_to_wsgi?4(bytestring)
87 compat.url_unquote_native?4(v, encoding='utf-8', errors='replace')
88 compat.url_unquote_text?4(v, encoding='utf-8', errors='replace')
89 config.ConfigurationError?7
90 config.Configurator._ainfo?8
91 config.Configurator._ctx?8
92 config.Configurator._del_introspector?5()
93 config.Configurator._fix_registry?5()
94 config.Configurator._get_action_state?5()
95 config.Configurator._get_introspector?5()
96 config.Configurator._make_spec?5(path_or_spec)
97 config.Configurator._set_action_state?5(state)
98 config.Configurator._set_introspector?5(introspector)
99 config.Configurator._split_spec?5(path_or_spec)
100 config.Configurator.action?4(discriminator, callable=None, args=(), kw=None, order=0, introspectables=(), **extra)
101 config.Configurator.action_info?4()
102 config.Configurator.action_state?7
103 config.Configurator.basepath?7
104 config.Configurator.bypath?4()
105 config.Configurator.commit?4()
106 config.Configurator.conflicts?7
107 config.Configurator.include?4(callable, route_prefix=None)
108 config.Configurator.includepath?7
109 config.Configurator.info?7
110 config.Configurator.inspect?7
111 config.Configurator.introspectable?7
112 config.Configurator.introspector?7
113 config.Configurator.manager?7
114 config.Configurator.notify?4()
115 config.Configurator.object_description?7
116 config.Configurator.output?7
117 config.Configurator.queryAdapterOrSelf?4(interface, default=None)
118 config.Configurator.registerSelfAdapter?4(provided=None, name=empty, info=empty, event=True)
119 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, )
120 config.Configurator.unique?7
121 config.Configurator.venusian?7
122 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, )
123 config._marker?8
124 config.adapters.AdaptersConfiguratorMixin._register_response_adapters?5()
125 config.adapters.AdaptersConfiguratorMixin.add_resource_url_adapter?4(adapter, resource_iface=None)
126 config.adapters.AdaptersConfiguratorMixin.add_response_adapter?4(adapter, type_or_iface)
127 config.adapters.AdaptersConfiguratorMixin.add_subscriber?4(subscriber, iface=None)
128 config.adapters.AdaptersConfiguratorMixin.add_traverser?4(adapter, iface=None)
129 config.adapters.AdaptersConfiguratorMixin.register?4()
130 config.assets.AssetsConfiguratorMixin._override?5(package, path, override_package, override_prefix, PackageOverrides=PackageOverrides)
131 config.assets.AssetsConfiguratorMixin.override_asset?4(to_override, override_with, _override=None)
132 config.assets.AssetsConfiguratorMixin.override_resource?7
133 config.assets.AssetsConfiguratorMixin.register?4()
134 config.assets.DirectoryOverride?1(path, package, prefix)
135 config.assets.FileOverride?1(path, package, prefix)
136 config.assets.OverrideProvider._get_overrides?5()
137 config.assets.OverrideProvider.get_resource_filename?4(manager, resource_name)
138 config.assets.OverrideProvider.get_resource_stream?4(manager, resource_name)
139 config.assets.OverrideProvider.get_resource_string?4(manager, resource_name)
140 config.assets.OverrideProvider.has_resource?4(resource_name)
141 config.assets.OverrideProvider.resource_isdir?4(resource_name)
142 config.assets.OverrideProvider.resource_listdir?4(resource_name)
143 config.assets.OverrideProvider?1(module)
144 config.assets.PackageOverrides.get_filename?4(resource_name)
145 config.assets.PackageOverrides.get_stream?4(resource_name)
146 config.assets.PackageOverrides.get_string?4(resource_name)
147 config.assets.PackageOverrides.has_resource?4(resource_name)
148 config.assets.PackageOverrides.insert?4(path, package, prefix)
149 config.assets.PackageOverrides.isdir?4(resource_name)
150 config.assets.PackageOverrides.listdir?4(resource_name)
151 config.assets.PackageOverrides.search_path?4(resource_name)
152 config.assets.PackageOverrides?1(package, pkg_resources=pkg_resources)
153 config.empty?7
154 config.expand_action?4(discriminator, callable=None, args=(), kw=None, includepath=(), info=None, order=0, introspectables=())
155 config.factories.FactoriesConfiguratorMixin._set_root_factory?8
156 config.factories.FactoriesConfiguratorMixin.register?4()
157 config.factories.FactoriesConfiguratorMixin.set_request_factory?4(factory)
158 config.factories.FactoriesConfiguratorMixin.set_request_property?4(callable, name=None, reify=False)
159 config.factories.FactoriesConfiguratorMixin.set_root_factory?4(factory)
160 config.factories.FactoriesConfiguratorMixin.set_session_factory?4(factory)
161 config.factories._set_request_properties?5(event)
162 config.global_registries?7
163 config.i18n.I18NConfiguratorMixin._set_locale_negotiator?5(negotiator)
164 config.i18n.I18NConfiguratorMixin.add_translation_dirs?4(*specs)
165 config.i18n.I18NConfiguratorMixin.register?4()
166 config.i18n.I18NConfiguratorMixin.set_locale_negotiator?4(negotiator)
167 config.i18n.translator?4(msg)
168 config.rendering.DEFAULT_RENDERERS?7
169 config.rendering.RenderingConfiguratorMixin.add_renderer?4(name, factory)
170 config.rendering.RenderingConfiguratorMixin.register?4()
171 config.rendering.RenderingConfiguratorMixin.set_renderer_globals_factory?4(factory, warn=True)
172 config.routes.RoutesConfiguratorMixin._add_view_from_route?5(route_name, view, context, permission, renderer, attr, )
173 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, )
174 config.routes.RoutesConfiguratorMixin.get_routes_mapper?4()
175 config.routes.RoutesConfiguratorMixin.register_connect?4()
176 config.routes.RoutesConfiguratorMixin.register_route_request_iface?4()
177 config.security.SecurityConfiguratorMixin._set_authentication_policy?5(policy)
178 config.security.SecurityConfiguratorMixin._set_authorization_policy?5(policy)
179 config.security.SecurityConfiguratorMixin.ensure?4()
180 config.security.SecurityConfiguratorMixin.register?4()
181 config.security.SecurityConfiguratorMixin.set_authentication_policy?4(policy)
182 config.security.SecurityConfiguratorMixin.set_authorization_policy?4(policy)
183 config.security.SecurityConfiguratorMixin.set_default_permission?4(permission)
184 config.settings.Settings?1(d=None, _environ_=os.environ, **kw)
185 config.settings.SettingsConfiguratorMixin._set_settings?5(mapping)
186 config.settings.SettingsConfiguratorMixin.add_settings?4(settings=None, **kw)
187 config.settings.SettingsConfiguratorMixin.get_settings?4()
188 config.testing.DummyTraverserFactory?1(context)
189 config.testing.TestingConfiguratorMixin.subscriber?4()
190 config.testing.TestingConfiguratorMixin.testing_add_renderer?4(path, renderer=None)
191 config.testing.TestingConfiguratorMixin.testing_add_subscriber?4(event_iface=None)
192 config.testing.TestingConfiguratorMixin.testing_add_template?7
193 config.testing.TestingConfiguratorMixin.testing_models?7
194 config.testing.TestingConfiguratorMixin.testing_resources?4(resources)
195 config.testing.TestingConfiguratorMixin.testing_securitypolicy?4(userid=None, groupids=(), permissive=True)
196 config.tweens.CyclicDependencyError?1(cycles)
197 config.tweens.Tweens.add_arc?4(tonode)
198 config.tweens.Tweens.add_explicit?4(name, factory)
199 config.tweens.Tweens.add_implicit?4(name, factory, under=None, over=None)
200 config.tweens.Tweens.add_node?4()
201 config.tweens.Tweens.implicit?4()
202 config.tweens.Tweens?1()
203 config.tweens.TweensConfiguratorMixin._add_tween?5(tween_factory, under=None, over=None, explicit=False)
204 config.tweens.TweensConfiguratorMixin.add_tween?4(tween_factory, under=None, over=None)
205 config.tweens.TweensConfiguratorMixin.is_string_or_iterable?4()
206 config.tweens.TweensConfiguratorMixin.register?4()
207 config.util.ActionInfo?1(file, line, function, src)
208 config.util.DEFAULT_PHASH?7
209 config.util.MAX_ORDER?7
210 config.util.accept_predicate?4(context, request)
211 config.util.action_method?4(wrapped)
212 config.util.as_sorted_tuple?4(val)
213 config.util.containment_predicate?4(context, request)
214 config.util.header_predicate?4(context, request)
215 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=())
216 config.util.match_param_predicate?4(context, request)
217 config.util.path_info_predicate?4(context, request)
218 config.util.request_method_predicate?4(context, request)
219 config.util.request_param_predicate?4(context, request)
220 config.util.request_type_predicate?4(context, request)
221 config.util.traverse_predicate?4(context, request)
222 config.util.wrapper?4(self, *arg, **kw)
223 config.util.xhr_predicate?4(context, request)
224 config.views.DefaultViewMapper._attr_view?5(request)
225 config.views.DefaultViewMapper._class_requestonly_view?5(request)
226 config.views.DefaultViewMapper._class_view?5(request)
227 config.views.DefaultViewMapper._requestonly_view?5(request)
228 config.views.DefaultViewMapper.map_class?4(view)
229 config.views.DefaultViewMapper.map_class_native?4(view)
230 config.views.DefaultViewMapper.map_class_requestonly?4(view)
231 config.views.DefaultViewMapper.map_nonclass?4(view)
232 config.views.DefaultViewMapper.map_nonclass_attr?4(view)
233 config.views.DefaultViewMapper.map_nonclass_requestonly?4(view)
234 config.views.DefaultViewMapper.mapped_view?4(request)
235 config.views.DefaultViewMapper?1(**kw)
236 config.views.MultiView.add?4(view, order, accept=None, phash=None)
237 config.views.MultiView.get_views?4(request)
238 config.views.MultiView.match?4(context, request)
239 config.views.MultiView?1(name)
240 config.views.StaticURLInfo._get_registrations?5(registry)
241 config.views.StaticURLInfo.add?4(config, name, spec, **extra)
242 config.views.StaticURLInfo.generate?4(path, request, **kw)
243 config.views.StaticURLInfo.register?4()
244 config.views.ViewDeriver._authdebug_view?5(request)
245 config.views.ViewDeriver._owrapped_view?5(request)
246 config.views.ViewDeriver._permitted?5(request)
247 config.views.ViewDeriver._rendered_view?5(view, view_renderer)
248 config.views.ViewDeriver._response_resolved_view?5(view)
249 config.views.ViewDeriver._secured_view?5(request)
250 config.views.ViewDeriver.attr_view?4(request)
251 config.views.ViewDeriver.attr_wrapped_view?4(view)
252 config.views.ViewDeriver.authdebug_view?4(view)
253 config.views.ViewDeriver.checker?4(request)
254 config.views.ViewDeriver.decorated_view?4(view)
255 config.views.ViewDeriver.http_cached_view?4(view)
256 config.views.ViewDeriver.mapped_view?4(view)
257 config.views.ViewDeriver.owrapped_view?4(view)
258 config.views.ViewDeriver.predicate_wrapper?4(request)
259 config.views.ViewDeriver.predicated_view?4(view)
260 config.views.ViewDeriver.rendered_view?4(request)
261 config.views.ViewDeriver.secured_view?4(view)
262 config.views.ViewDeriver.viewresult_to_response?4(request)
263 config.views.ViewDeriver.wrapper?4(request)
264 config.views.ViewDeriver?1(**kw)
265 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)
266 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)
267 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)
268 config.views.ViewsConfiguratorMixin.add_static_view?4(name, path, **kw)
269 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)
270 config.views.ViewsConfiguratorMixin.derive_view?4(view, attr=None, renderer=None)
271 config.views.ViewsConfiguratorMixin.regclosure?4()
272 config.views.ViewsConfiguratorMixin.register?4()
273 config.views.ViewsConfiguratorMixin.set_forbidden_view?7
274 config.views.ViewsConfiguratorMixin.set_notfound_view?7
275 config.views.ViewsConfiguratorMixin.set_view_mapper?4(mapper)
276 config.views.ViewsConfiguratorMixin.view?4(request)
277 config.views.inner?4(self, view)
278 config.views.isexception?4(o)
279 config.views.preserve_view_attrs?4(view, wrapper)
280 config.views.requestonly?4(view, attr=None)
281 config.views.url_parse?7
282 config.views.urljoin?7
283 config.views.view_description?4(view)
284 config.views.viewdefaults?4(wrapped)
285 config.views.wrapper?4(self, *arg, **kw)
286 config.views.wraps_view?4(wrapper)
287 config.zca.ZCAConfiguratorMixin.hook_zca?4()
288 config.zca.ZCAConfiguratorMixin.unhook_zca?4()
289 configuration.ConfigurationError?7
290 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, )
291 decorator.reify?1(wrapped)
292 encode._enc?5(val)
293 encode.url_quote?4(s, safe='')
294 encode.urlencode?4(query, doseq=True)
295 events.AfterTraversal?7
296 events.ApplicationCreated?1(app)
297 events.BeforeRender?1(system, rendering_val=None)
298 events.ContextFound?1(request)
299 events.NewRequest?1(request)
300 events.NewResponse?1(request, response)
301 events.WSGIApplicationCreatedEvent?7
302 events.subscriber.register?4(scanner, name, wrapped)
303 events.subscriber.venusian?7
304 events.subscriber?1(*ifaces)
305 exceptions.CR?7
306 exceptions.ConfigurationConflictError?1(conflicts)
307 exceptions.ConfigurationExecutionError?1(etype, evalue, info)
308 exceptions.Forbidden?7
309 exceptions.NotFound?7
310 fixers.fix_bfg_imports.ATTR?7
311 fixers.fix_bfg_imports.BFG_INCLUDE_IN_ATTR?7
312 fixers.fix_bfg_imports.BFG_IN_ATTR?7
313 fixers.fix_bfg_imports.BFG_NS_RE?7
314 fixers.fix_bfg_imports.FixBfgImports.build_pattern?4()
315 fixers.fix_bfg_imports.FixBfgImports.compile_pattern?4()
316 fixers.fix_bfg_imports.FixBfgImports.mapping?7
317 fixers.fix_bfg_imports.FixBfgImports.match?4(node)
318 fixers.fix_bfg_imports.FixBfgImports.run_order?7
319 fixers.fix_bfg_imports.FixBfgImports.start_tree?4(tree, filename)
320 fixers.fix_bfg_imports.FixBfgImports.transform?4(node, results)
321 fixers.fix_bfg_imports.INCLUDE_ATTR?7
322 fixers.fix_bfg_imports.MAPPING?7
323 fixers.fix_bfg_imports.MODULE_ALTERNATIVES?7
324 fixers.fix_bfg_imports.MODULE_NAMES?7
325 fixers.fix_bfg_imports.NS?7
326 fixers.fix_bfg_imports.alternates?4(members)
327 fixers.fix_bfg_imports.build_pattern?4(mapping=MAPPING)
328 fixers.fix_bfg_imports.fix_zcml?4(path)
329 fixers.fix_bfg_imports.main?4(argv=None)
330 fixers.fix_bfg_imports.replace?4(match)
331 httpexceptions.HTTPAccepted.code?7
332 httpexceptions.HTTPAccepted.explanation?7
333 httpexceptions.HTTPAccepted.title?7
334 httpexceptions.HTTPBadGateway.code?7
335 httpexceptions.HTTPBadGateway.explanation?7
336 httpexceptions.HTTPBadGateway.title?7
337 httpexceptions.HTTPClientError.code?7
338 httpexceptions.HTTPClientError.explanation?7
339 httpexceptions.HTTPClientError.title?7
340 httpexceptions.HTTPConflict.code?7
341 httpexceptions.HTTPConflict.explanation?7
342 httpexceptions.HTTPConflict.title?7
343 httpexceptions.HTTPCreated.code?7
344 httpexceptions.HTTPCreated.title?7
345 httpexceptions.HTTPExpectationFailed.code?7
346 httpexceptions.HTTPExpectationFailed.explanation?7
347 httpexceptions.HTTPExpectationFailed.title?7
348 httpexceptions.HTTPFailedDependency.code?7
349 httpexceptions.HTTPFailedDependency.explanation?7
350 httpexceptions.HTTPFailedDependency.title?7
351 httpexceptions.HTTPForbidden.code?7
352 httpexceptions.HTTPForbidden.explanation?7
353 httpexceptions.HTTPForbidden.title?7
354 httpexceptions.HTTPForbidden?1(detail=None, headers=None, comment=None, body_template=None, result=None, **kw)
355 httpexceptions.HTTPFound.code?7
356 httpexceptions.HTTPFound.explanation?7
357 httpexceptions.HTTPFound.title?7
358 httpexceptions.HTTPGatewayTimeout.code?7
359 httpexceptions.HTTPGatewayTimeout.explanation?7
360 httpexceptions.HTTPGatewayTimeout.title?7
361 httpexceptions.HTTPGone.code?7
362 httpexceptions.HTTPGone.explanation?7
363 httpexceptions.HTTPGone.title?7
364 httpexceptions.HTTPInsufficientStorage.code?7
365 httpexceptions.HTTPInsufficientStorage.explanation?7
366 httpexceptions.HTTPInsufficientStorage.title?7
367 httpexceptions.HTTPLengthRequired.code?7
368 httpexceptions.HTTPLengthRequired.explanation?7
369 httpexceptions.HTTPLengthRequired.title?7
370 httpexceptions.HTTPLocked.code?7
371 httpexceptions.HTTPLocked.explanation?7
372 httpexceptions.HTTPLocked.title?7
373 httpexceptions.HTTPMethodNotAllowed.body_template_obj?7
374 httpexceptions.HTTPMethodNotAllowed.code?7
375 httpexceptions.HTTPMethodNotAllowed.title?7
376 httpexceptions.HTTPMovedPermanently.code?7
377 httpexceptions.HTTPMovedPermanently.title?7
378 httpexceptions.HTTPMultipleChoices.code?7
379 httpexceptions.HTTPMultipleChoices.title?7
380 httpexceptions.HTTPNoContent.code?7
381 httpexceptions.HTTPNoContent.empty_body?7
382 httpexceptions.HTTPNoContent.title?7
383 httpexceptions.HTTPNonAuthoritativeInformation.code?7
384 httpexceptions.HTTPNonAuthoritativeInformation.title?7
385 httpexceptions.HTTPNotAcceptable.code?7
386 httpexceptions.HTTPNotAcceptable.title?7
387 httpexceptions.HTTPNotFound.code?7
388 httpexceptions.HTTPNotFound.explanation?7
389 httpexceptions.HTTPNotFound.title?7
390 httpexceptions.HTTPNotImplemented.code?7
391 httpexceptions.HTTPNotImplemented.title?7
392 httpexceptions.HTTPNotModified.code?7
393 httpexceptions.HTTPNotModified.empty_body?7
394 httpexceptions.HTTPNotModified.title?7
395 httpexceptions.HTTPOk.code?7
396 httpexceptions.HTTPOk.title?7
397 httpexceptions.HTTPPartialContent.code?7
398 httpexceptions.HTTPPartialContent.title?7
399 httpexceptions.HTTPPaymentRequired.code?7
400 httpexceptions.HTTPPaymentRequired.explanation?7
401 httpexceptions.HTTPPaymentRequired.title?7
402 httpexceptions.HTTPPreconditionFailed.code?7
403 httpexceptions.HTTPPreconditionFailed.explanation?7
404 httpexceptions.HTTPPreconditionFailed.title?7
405 httpexceptions.HTTPProxyAuthenticationRequired.code?7
406 httpexceptions.HTTPProxyAuthenticationRequired.explanation?7
407 httpexceptions.HTTPProxyAuthenticationRequired.title?7
408 httpexceptions.HTTPRequestEntityTooLarge.code?7
409 httpexceptions.HTTPRequestEntityTooLarge.explanation?7
410 httpexceptions.HTTPRequestEntityTooLarge.title?7
411 httpexceptions.HTTPRequestRangeNotSatisfiable.code?7
412 httpexceptions.HTTPRequestRangeNotSatisfiable.explanation?7
413 httpexceptions.HTTPRequestRangeNotSatisfiable.title?7
414 httpexceptions.HTTPRequestTimeout.code?7
415 httpexceptions.HTTPRequestTimeout.explanation?7
416 httpexceptions.HTTPRequestTimeout.title?7
417 httpexceptions.HTTPRequestURITooLong.code?7
418 httpexceptions.HTTPRequestURITooLong.explanation?7
419 httpexceptions.HTTPRequestURITooLong.title?7
420 httpexceptions.HTTPResetContent.code?7
421 httpexceptions.HTTPResetContent.empty_body?7
422 httpexceptions.HTTPResetContent.title?7
423 httpexceptions.HTTPSeeOther.code?7
424 httpexceptions.HTTPSeeOther.title?7
425 httpexceptions.HTTPServerError.code?7
426 httpexceptions.HTTPServerError.explanation?7
427 httpexceptions.HTTPServerError.title?7
428 httpexceptions.HTTPServiceUnavailable.code?7
429 httpexceptions.HTTPServiceUnavailable.explanation?7
430 httpexceptions.HTTPServiceUnavailable.title?7
431 httpexceptions.HTTPTemporaryRedirect.code?7
432 httpexceptions.HTTPTemporaryRedirect.title?7
433 httpexceptions.HTTPUnauthorized.code?7
434 httpexceptions.HTTPUnauthorized.explanation?7
435 httpexceptions.HTTPUnauthorized.title?7
436 httpexceptions.HTTPUnprocessableEntity.code?7
437 httpexceptions.HTTPUnprocessableEntity.explanation?7
438 httpexceptions.HTTPUnprocessableEntity.title?7
439 httpexceptions.HTTPUnsupportedMediaType.code?7
440 httpexceptions.HTTPUnsupportedMediaType.title?7
441 httpexceptions.HTTPUseProxy.code?7
442 httpexceptions.HTTPUseProxy.explanation?7
443 httpexceptions.HTTPUseProxy.title?7
444 httpexceptions.HTTPVersionNotSupported.code?7
445 httpexceptions.HTTPVersionNotSupported.explanation?7
446 httpexceptions.HTTPVersionNotSupported.title?7
447 httpexceptions.WSGIHTTPException.body_template_obj?7
448 httpexceptions.WSGIHTTPException.code?7
449 httpexceptions.WSGIHTTPException.empty_body?7
450 httpexceptions.WSGIHTTPException.exception?7
451 httpexceptions.WSGIHTTPException.explanation?7
452 httpexceptions.WSGIHTTPException.html_template_obj?7
453 httpexceptions.WSGIHTTPException.plain_template_obj?7
454 httpexceptions.WSGIHTTPException.prepare?4(environ)
455 httpexceptions.WSGIHTTPException.title?7
456 httpexceptions.WSGIHTTPException.wsgi_response?4()
457 httpexceptions.WSGIHTTPException?1(detail=None, headers=None, comment=None, body_template=None, **kw)
458 httpexceptions._HTTPMove.body_template_obj?7
459 httpexceptions._HTTPMove.explanation?7
460 httpexceptions._HTTPMove?2(location='', detail=None, headers=None, comment=None, body_template=None, **kw)
461 httpexceptions._no_escape?5(value)
462 httpexceptions.code?7
463 httpexceptions.default_exceptionresponse_view?4(context, request)
464 httpexceptions.exception_response?4(status_code, **kw)
465 httpexceptions.status_map?7
466 i18n.Localizer.pluralize?4(singular, plural, n, domain=None, mapping=None)
467 i18n.Localizer.translate?4(tstring, domain=None, mapping=None)
468 i18n.Localizer?1(locale_name, translations)
469 i18n.TranslationString?7
470 i18n.TranslationStringFactory?7
471 i18n.Translations.DEFAULT_DOMAIN?7
472 i18n.Translations.add?4(translations, merge=True)
473 i18n.Translations.dgettext?4(domain, message)
474 i18n.Translations.dngettext?4(domain, singular, plural, num)
475 i18n.Translations.dugettext?4(domain, message)
476 i18n.Translations.dungettext?4(domain, singular, plural, num)
477 i18n.Translations.ldgettext?4(domain, message)
478 i18n.Translations.ldngettext?4(domain, singular, plural, num)
479 i18n.Translations.load?4(dirname=None, locales=None, domain=DEFAULT_DOMAIN)
480 i18n.Translations.merge?4(translations)
481 i18n.Translations?1(fileobj=None, domain=DEFAULT_DOMAIN)
482 i18n.default_locale_negotiator?4(request)
483 i18n.get_locale_name?4(request)
484 i18n.get_localizer?4(request)
485 i18n.make_localizer?4(current_locale_name, translation_directories)
486 i18n.negotiate_locale_name?4(request)
487 interfaces.IActionInfo.file?7
488 interfaces.IActionInfo.line?7
489 interfaces.IAfterTraversal?7
490 interfaces.IApplicationCreated.app?7
491 interfaces.IAssetDescriptor.abspath?4()
492 interfaces.IAssetDescriptor.absspec?4()
493 interfaces.IAssetDescriptor.exists?4()
494 interfaces.IAssetDescriptor.isdir?4()
495 interfaces.IAssetDescriptor.listdir?4()
496 interfaces.IAssetDescriptor.stream?4()
497 interfaces.IAuthenticationPolicy.authenticated_userid?4()
498 interfaces.IAuthenticationPolicy.effective_principals?4()
499 interfaces.IAuthenticationPolicy.forget?4()
500 interfaces.IAuthenticationPolicy.remember?4(principal, **kw)
501 interfaces.IAuthenticationPolicy.unauthenticated_userid?4()
502 interfaces.IAuthorizationPolicy.permits?4(principals, permission)
503 interfaces.IAuthorizationPolicy.principals_allowed_by_permission?4(permission)
504 interfaces.IBeforeRender.rendering_val?7
505 interfaces.IChameleonLookup.auto_reload?7
506 interfaces.IChameleonLookup.debug?7
507 interfaces.IChameleonLookup.translate?7
508 interfaces.IContextFound.request?7
509 interfaces.IContextURL.virtual_root?4()
510 interfaces.IDict.clear?4()
511 interfaces.IDict.get?4(default=None)
512 interfaces.IDict.items?4()
513 interfaces.IDict.iteritems?4()
514 interfaces.IDict.iterkeys?4()
515 interfaces.IDict.itervalues?4()
516 interfaces.IDict.keys?4()
517 interfaces.IDict.pop?4(default=None)
518 interfaces.IDict.popitem?4()
519 interfaces.IDict.setdefault?4(default=None)
520 interfaces.IDict.update?4()
521 interfaces.IDict.values?4()
522 interfaces.IExceptionResponse.prepare?4()
523 interfaces.IIntrospectable.action_info?7
524 interfaces.IIntrospectable.category_name?7
525 interfaces.IIntrospectable.discriminator?7
526 interfaces.IIntrospectable.discriminator_hash?7
527 interfaces.IIntrospectable.order?7
528 interfaces.IIntrospectable.register?4(action_info)
529 interfaces.IIntrospectable.relate?4(discriminator)
530 interfaces.IIntrospectable.title?7
531 interfaces.IIntrospectable.type_name?7
532 interfaces.IIntrospectable.unrelate?4(discriminator)
533 interfaces.IIntrospector.add?4()
534 interfaces.IIntrospector.categories?4()
535 interfaces.IIntrospector.categorized?4()
536 interfaces.IIntrospector.get?4(discriminator, default=None)
537 interfaces.IIntrospector.get_category?4(default=None, sort_key=None)
538 interfaces.IIntrospector.relate?4()
539 interfaces.IIntrospector.related?4()
540 interfaces.IIntrospector.remove?4(discriminator)
541 interfaces.IIntrospector.unrelate?4()
542 interfaces.ILogger?7
543 interfaces.IMultiDict.add?4(value)
544 interfaces.IMultiDict.dict_of_lists?4()
545 interfaces.IMultiDict.extend?4(**kwargs)
546 interfaces.IMultiDict.getall?4()
547 interfaces.IMultiDict.getone?4()
548 interfaces.IMultiDict.mixed?4()
549 interfaces.IMultiView.add?4(predicates, order, accept=None, phash=None)
550 interfaces.INewRequest.request?7
551 interfaces.INewResponse.request?7
552 interfaces.INewResponse.response?7
553 interfaces.IRendererInfo.name?7
554 interfaces.IRendererInfo.package?7
555 interfaces.IRendererInfo.registry?7
556 interfaces.IRendererInfo.settings?7
557 interfaces.IRendererInfo.type?7
558 interfaces.IRequestFactory.blank?4()
559 interfaces.IResourceURL.physical_path?7
560 interfaces.IResourceURL.virtual_path?7
561 interfaces.IResponse.RequestClass?7
562 interfaces.IResponse.accept_ranges?7
563 interfaces.IResponse.age?7
564 interfaces.IResponse.allow?7
565 interfaces.IResponse.app_iter?7
566 interfaces.IResponse.app_iter_range?4(stop)
567 interfaces.IResponse.body?7
568 interfaces.IResponse.body_file?7
569 interfaces.IResponse.cache_control?7
570 interfaces.IResponse.cache_expires?7
571 interfaces.IResponse.charset?7
572 interfaces.IResponse.conditional_response_app?4(start_response)
573 interfaces.IResponse.content_disposition?7
574 interfaces.IResponse.content_encoding?7
575 interfaces.IResponse.content_language?7
576 interfaces.IResponse.content_length?7
577 interfaces.IResponse.content_location?7
578 interfaces.IResponse.content_md5?7
579 interfaces.IResponse.content_range?7
580 interfaces.IResponse.content_type?7
581 interfaces.IResponse.content_type_params?7
582 interfaces.IResponse.copy?4()
583 interfaces.IResponse.date?7
584 interfaces.IResponse.delete_cookie?4(path='/', domain=None)
585 interfaces.IResponse.encode_content?4(lazy=False)
586 interfaces.IResponse.environ?7
587 interfaces.IResponse.etag?7
588 interfaces.IResponse.expires?7
589 interfaces.IResponse.headerlist?7
590 interfaces.IResponse.headers?7
591 interfaces.IResponse.last_modified?7
592 interfaces.IResponse.location?7
593 interfaces.IResponse.md5_etag?4(set_content_md5=False)
594 interfaces.IResponse.merge_cookies?4()
595 interfaces.IResponse.pragma?7
596 interfaces.IResponse.request?7
597 interfaces.IResponse.retry_after?7
598 interfaces.IResponse.server?7
599 interfaces.IResponse.set_cookie?4(value='', max_age=None, path='/', domain=None, secure=False, httponly=False, comment=None, expires=None, overwrite=False)
600 interfaces.IResponse.status?7
601 interfaces.IResponse.status_int?7
602 interfaces.IResponse.unicode_body?7
603 interfaces.IResponse.unset_cookie?4(strict=True)
604 interfaces.IResponse.vary?7
605 interfaces.IResponse.www_authenticate?7
606 interfaces.IRoute.factory?7
607 interfaces.IRoute.generate?4()
608 interfaces.IRoute.match?4()
609 interfaces.IRoute.name?7
610 interfaces.IRoute.pattern?7
611 interfaces.IRoute.predicates?7
612 interfaces.IRoute.pregenerator?7
613 interfaces.IRouter.registry?7
614 interfaces.IRoutesMapper.connect?4(pattern, factory=None, predicates=(), pregenerator=None, static=True)
615 interfaces.IRoutesMapper.generate?4(kw)
616 interfaces.IRoutesMapper.get_route?4()
617 interfaces.IRoutesMapper.get_routes?4()
618 interfaces.IRoutesMapper.has_routes?4()
619 interfaces.ISession.changed?4()
620 interfaces.ISession.created?7
621 interfaces.ISession.flash?4(queue='', allow_duplicate=True)
622 interfaces.ISession.get_csrf_token?4()
623 interfaces.ISession.invalidate?4()
624 interfaces.ISession.new?7
625 interfaces.ISession.new_csrf_token?4()
626 interfaces.ISession.peek_flash?4()
627 interfaces.ISession.pop_flash?4()
628 interfaces.IStaticURLInfo.add?4(name, spec, **extra)
629 interfaces.IStaticURLInfo.generate?4(request, **kw)
630 interfaces.ITemplateRenderer.implementation?4()
631 interfaces.ITraverserFactory?7
632 interfaces.IWSGIApplicationCreatedEvent?7
633 interfaces.PHASE1_CONFIG?7
634 interfaces.PHASE2_CONFIG?7
635 interfaces.VH_ROOT_KEY?7
636 location.inside?4(resource1, resource2)
637 location.lineage?4(resource)
638 mako_templating.MakoLookupTemplateRenderer.implementation?4()
639 mako_templating.MakoLookupTemplateRenderer?1(path, lookup)
640 mako_templating.MakoRendererFactoryHelper.sget?4(default=None)
641 mako_templating.MakoRendererFactoryHelper?1(settings_prefix=None)
642 mako_templating.MakoRenderingException?1(text)
643 mako_templating.PkgResourceTemplateLookup.adjust_uri?4(uri, relativeto)
644 mako_templating.PkgResourceTemplateLookup.get_template?4(uri)
645 mako_templating.registry_lock?7
646 mako_templating.renderer_factory?7
647 paster.PyramidTemplate?7
648 paster._getpathsec?5(config_uri, name)
649 paster.bootstrap?4(config_uri, request=None)
650 paster.get_app?4(config_uri, name=None, loadapp=loadapp)
651 paster.get_appsettings?4(config_uri, name=None, appconfig=appconfig)
652 paster.setup_logging?4(config_uri, fileConfig=fileConfig, configparser=configparser)
653 path.AssetResolver.resolve?4(spec)
654 path.CALLER_PACKAGE?7
655 path.DottedNameResolver._pkg_resources_style?5(value, package)
656 path.DottedNameResolver._resolve?5(dotted, package)
657 path.DottedNameResolver._zope_dottedname_style?5(value, package)
658 path.DottedNameResolver.maybe_resolve?4(dotted)
659 path.DottedNameResolver.resolve?4(dotted)
660 path.FSAssetDescriptor.abspath?4()
661 path.FSAssetDescriptor.absspec?4()
662 path.FSAssetDescriptor.exists?4()
663 path.FSAssetDescriptor.isdir?4()
664 path.FSAssetDescriptor.listdir?4()
665 path.FSAssetDescriptor.stream?4()
666 path.FSAssetDescriptor?1(path)
667 path.PkgResourcesAssetDescriptor.abspath?4()
668 path.PkgResourcesAssetDescriptor.absspec?4()
669 path.PkgResourcesAssetDescriptor.exists?4()
670 path.PkgResourcesAssetDescriptor.isdir?4()
671 path.PkgResourcesAssetDescriptor.listdir?4()
672 path.PkgResourcesAssetDescriptor.pkg_resources?7
673 path.PkgResourcesAssetDescriptor.stream?4()
674 path.PkgResourcesAssetDescriptor?1(pkg_name, path)
675 path.Resolver.get_package?4()
676 path.Resolver.get_package_name?4()
677 path.Resolver?1(package=CALLER_PACKAGE)
678 path.caller_module?4(level=2, sys=sys)
679 path.caller_package?4(level=2, caller_module=caller_module)
680 path.caller_path?4(path, level=2)
681 path.ignore_types?7
682 path.init_names?7
683 path.package_name?4(pkg_or_module)
684 path.package_of?4(pkg_or_module)
685 path.package_path?4(package)
686 registry.Introspectable.action_info?7
687 registry.Introspectable.discriminator_hash?4()
688 registry.Introspectable.order?7
689 registry.Introspectable.register?4(introspector, action_info)
690 registry.Introspectable.relate?4(category_name, discriminator)
691 registry.Introspectable.unrelate?4(category_name, discriminator)
692 registry.Introspectable?1(category_name, discriminator, title, type_name)
693 registry.Introspector._get_intrs_by_pairs?5(pairs)
694 registry.Introspector.add?4(intr)
695 registry.Introspector.categories?4()
696 registry.Introspector.categorized?4(sort_key=None)
697 registry.Introspector.get?4(category_name, discriminator, default=None)
698 registry.Introspector.get_category?4(category_name, default=None, sort_key=None)
699 registry.Introspector.relate?4(*pairs)
700 registry.Introspector.related?4(intr)
701 registry.Introspector.remove?4(category_name, discriminator)
702 registry.Introspector.unrelate?4(*pairs)
703 registry.Introspector?1()
704 registry.Registry._get_settings?5()
705 registry.Registry._set_settings?5(settings)
706 registry.Registry._settings?8
707 registry.Registry.has_listeners?7
708 registry.Registry.notify?4(*events)
709 registry.Registry.queryAdapterOrSelf?4(object, interface, default=None)
710 registry.Registry.registerHandler?4(*arg, **kw)
711 registry.Registry.registerSelfAdapter?4(required=None, provided=None, name=empty, info=empty, event=True)
712 registry.Registry.registerSubscriptionAdapter?4(*arg, **kw)
713 registry.Registry.settings?7
714 registry.empty?7
715 registry.global_registry?7
716 renderers.ChameleonRendererLookup.auto_reload?4()
717 renderers.ChameleonRendererLookup.debug?4()
718 renderers.ChameleonRendererLookup.get_spec?4(name, package)
719 renderers.ChameleonRendererLookup.translate?4()
720 renderers.ChameleonRendererLookup?1(impl, registry)
721 renderers.JSONP._render?5(system)
722 renderers.JSONP?1(param_name='callback')
723 renderers.NullRendererHelper.clone?4(name=None, package=None, registry=None)
724 renderers.NullRendererHelper.render?4(value, system_values, request=None)
725 renderers.NullRendererHelper.render_to_response?4(value, system_values, request=None)
726 renderers.NullRendererHelper.render_view?4(request, value, view, context)
727 renderers.NullRendererHelper.settings?4()
728 renderers.NullRendererHelper?1(name=None, package=None, registry=None)
729 renderers.RendererHelper._make_response?5(result, request)
730 renderers.RendererHelper.clone?4(name=None, package=None, registry=None)
731 renderers.RendererHelper.get_renderer?4()
732 renderers.RendererHelper.render?4(value, system_values, request=None)
733 renderers.RendererHelper.render_to_response?4(value, system_values, request=None)
734 renderers.RendererHelper.render_view?4(request, response, view, context)
735 renderers.RendererHelper.renderer?4()
736 renderers.RendererHelper.settings?4()
737 renderers.RendererHelper?1(name=None, package=None, registry=None)
738 renderers._render?5(value, system)
739 renderers.get_renderer?4(renderer_name, package=None)
740 renderers.json_renderer_factory?4(info)
741 renderers.null_renderer?7
742 renderers.registry_lock?7
743 renderers.render?4(renderer_name, value, request=None, package=None)
744 renderers.render_to_response?4(renderer_name, value, request=None, package=None)
745 renderers.string_renderer_factory?4(info)
746 renderers.template_renderer_factory?4(info, impl, lock=registry_lock)
747 request.CallbackMethodsMixin._process_finished_callbacks?5()
748 request.CallbackMethodsMixin._process_response_callbacks?5(response)
749 request.CallbackMethodsMixin.add_finished_callback?4(callback)
750 request.CallbackMethodsMixin.add_response_callback?4(callback)
751 request.CallbackMethodsMixin.finished_callbacks?7
752 request.CallbackMethodsMixin.response_callbacks?7
753 request.DeprecatedRequestMethodsMixin._response_cache_for_del?5()
754 request.DeprecatedRequestMethodsMixin._response_cache_for_get?5()
755 request.DeprecatedRequestMethodsMixin._response_cache_for_set?5(value)
756 request.DeprecatedRequestMethodsMixin._response_charset_del?5()
757 request.DeprecatedRequestMethodsMixin._response_charset_get?5()
758 request.DeprecatedRequestMethodsMixin._response_charset_set?5(value)
759 request.DeprecatedRequestMethodsMixin._response_content_type_del?5()
760 request.DeprecatedRequestMethodsMixin._response_content_type_get?5()
761 request.DeprecatedRequestMethodsMixin._response_content_type_set?5(value)
762 request.DeprecatedRequestMethodsMixin._response_headerlist_del?5()
763 request.DeprecatedRequestMethodsMixin._response_headerlist_get?5()
764 request.DeprecatedRequestMethodsMixin._response_headerlist_set?5(value)
765 request.DeprecatedRequestMethodsMixin._response_status_del?5()
766 request.DeprecatedRequestMethodsMixin._response_status_get?5()
767 request.DeprecatedRequestMethodsMixin._response_status_set?5(value)
768 request.DeprecatedRequestMethodsMixin.dictlike?7
769 request.DeprecatedRequestMethodsMixin.get?4(k, default=None)
770 request.DeprecatedRequestMethodsMixin.has_key?4(k)
771 request.DeprecatedRequestMethodsMixin.hl_dep?7
772 request.DeprecatedRequestMethodsMixin.items?4()
773 request.DeprecatedRequestMethodsMixin.iteritems?4()
774 request.DeprecatedRequestMethodsMixin.iterkeys?4()
775 request.DeprecatedRequestMethodsMixin.itervalues?4()
776 request.DeprecatedRequestMethodsMixin.keys?4()
777 request.DeprecatedRequestMethodsMixin.pop?4(k)
778 request.DeprecatedRequestMethodsMixin.popitem?4()
779 request.DeprecatedRequestMethodsMixin.response_cache_for?7
780 request.DeprecatedRequestMethodsMixin.response_charset?7
781 request.DeprecatedRequestMethodsMixin.response_content_type?7
782 request.DeprecatedRequestMethodsMixin.response_headerlist?7
783 request.DeprecatedRequestMethodsMixin.response_status?7
784 request.DeprecatedRequestMethodsMixin.rr_dep?7
785 request.DeprecatedRequestMethodsMixin.setdefault?4(v, default)
786 request.DeprecatedRequestMethodsMixin.update?4(v, **kw)
787 request.DeprecatedRequestMethodsMixin.values?4()
788 request.Request.exc_info?7
789 request.Request.exception?7
790 request.Request.is_response?4(ob)
791 request.Request.json_body?4()
792 request.Request.matchdict?7
793 request.Request.matched_route?7
794 request.Request.response?4()
795 request.Request.session?4()
796 request.Request.tmpl_context?4()
797 request.add_global_response_headers?4(request, headerlist)
798 request.add_headers?4(request, response)
799 request.call_app_with_subpath_as_path_info?4(request, app)
800 request.route_request_iface?4(name, bases=())
801 resource.abspath_from_resource_spec?7
802 resource.resolve_resource_spec?7
803 resource.resource_spec_from_abspath?7
804 response.FileIter.close?4()
805 response.FileIter.next?4()
806 response.FileIter?1(file, block_size=_BLOCK_SIZE)
807 response.FileResponse?1(path, request=None, cache_max_age=None, content_type=None, content_encoding=None)
808 response._BLOCK_SIZE?8
809 response.init_mimetypes?4(mimetypes)
810 response.response_adapter.register?4(scanner, name, wrapped)
811 response.response_adapter.venusian?7
812 response.response_adapter?1(*types_or_ifaces)
813 router.Router.debug_notfound?7
814 router.Router.debug_routematch?7
815 router.Router.handle_request?4(request)
816 router.Router.threadlocal_manager?7
817 router.Router?1(registry)
818 scaffolds.AlchemyProjectTemplate._template_dir?8
819 scaffolds.AlchemyProjectTemplate.summary?7
820 scaffolds.PyramidTemplate.out?4(msg)
821 scaffolds.PyramidTemplate.post?4(command, output_dir, vars)
822 scaffolds.PyramidTemplate.pre?4(command, output_dir, vars)
823 scaffolds.StarterProjectTemplate._template_dir?8
824 scaffolds.StarterProjectTemplate.summary?7
825 scaffolds.ZODBProjectTemplate._template_dir?8
826 scaffolds.ZODBProjectTemplate.summary?7
827 scaffolds.alchemy.+package+.main?4(global_config, **settings)
828 scaffolds.alchemy.+package+.models.Base?7
829 scaffolds.alchemy.+package+.models.DBSession?7
830 scaffolds.alchemy.+package+.models.MyModel.id?7
831 scaffolds.alchemy.+package+.models.MyModel.name?7
832 scaffolds.alchemy.+package+.models.MyModel.value?7
833 scaffolds.alchemy.+package+.models.MyModel?1(name, value)
834 scaffolds.alchemy.+package+.scripts.initializedb.main?4(argv=sys.argv)
835 scaffolds.alchemy.+package+.scripts.initializedb.usage?4(argv)
836 scaffolds.copydir.all_answer?7
837 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)
838 scaffolds.copydir.fsenc?7
839 scaffolds.copydir.html_quote?4(s)
840 scaffolds.copydir.makedirs?4(dir, verbosity, pad)
841 scaffolds.copydir.out?4(msg)
842 scaffolds.copydir.query_interactive?4(src_fn, dest_fn, src_content, dest_content, simulate, out_=sys.stdout)
843 scaffolds.copydir.query_usage?7
844 scaffolds.copydir.should_skip_file?4(name)
845 scaffolds.copydir.skip_template?4(condition=True, *args)
846 scaffolds.copydir.standard_vars?7
847 scaffolds.copydir.substitute_content?4(content, vars, filename='<string>', template_renderer=None)
848 scaffolds.copydir.substitute_filename?4(fn, vars)
849 scaffolds.copydir.test?4(conf, true_cond, false_cond=None)
850 scaffolds.copydir.url_quote?4(s)
851 scaffolds.starter.+package+.main?4(global_config, **settings)
852 scaffolds.template.Template._template_dir?8
853 scaffolds.template.Template.check_vars?4(vars, other)
854 scaffolds.template.Template.copydir?7
855 scaffolds.template.Template.exists?4(path)
856 scaffolds.template.Template.makedirs?4(dir)
857 scaffolds.template.Template.module_dir?4()
858 scaffolds.template.Template.out?4(msg)
859 scaffolds.template.Template.post?4(command, output_dir, vars)
860 scaffolds.template.Template.pre?4(command, output_dir, vars)
861 scaffolds.template.Template.render_template?4(content, vars, filename=None)
862 scaffolds.template.Template.required_templates?7
863 scaffolds.template.Template.run?4(command, output_dir, vars)
864 scaffolds.template.Template.template_dir?4()
865 scaffolds.template.Template.write_files?4(command, output_dir, vars)
866 scaffolds.template.Template?1(name)
867 scaffolds.template._add_except?5(exc, info)
868 scaffolds.template.double_brace_pattern?7
869 scaffolds.template.double_bracerepl?4(match)
870 scaffolds.template.eval_with_catch?4(expr, vars)
871 scaffolds.template.fsenc?7
872 scaffolds.template.substitute_double_braces?4(content, values)
873 scaffolds.tests.TemplateTest.install?4(tmpl_name)
874 scaffolds.tests.TemplateTest.make_venv?4(directory)
875 scaffolds.tests.TemplateTest.templates?7
876 scaffolds.zodb.+package+.main?4(global_config, **settings)
877 scaffolds.zodb.+package+.models.appmaker?4(zodb_root)
878 scaffolds.zodb.+package+.root_factory?4(request)
879 scripting._make_request?5(path, registry=None)
880 scripting.closer?4()
881 scripting.closer?4(request=request)
882 scripting.get_root?4(app, request=None)
883 scripting.prepare?4(request=None, registry=None)
884 scripts.common.logging_file_config?4(config_file, fileConfig=fileConfig, configparser=configparser)
885 scripts.pcreate.PCreateCommand.action?7
886 scripts.pcreate.PCreateCommand.all_scaffolds?4()
887 scripts.pcreate.PCreateCommand.description?7
888 scripts.pcreate.PCreateCommand.dest?7
889 scripts.pcreate.PCreateCommand.help?7
890 scripts.pcreate.PCreateCommand.out?4(msg)
891 scripts.pcreate.PCreateCommand.parser?7
892 scripts.pcreate.PCreateCommand.render_scaffolds?4()
893 scripts.pcreate.PCreateCommand.run?4()
894 scripts.pcreate.PCreateCommand.show_scaffolds?4()
895 scripts.pcreate.PCreateCommand.usage?7
896 scripts.pcreate.PCreateCommand.verbosity?7
897 scripts.pcreate.PCreateCommand?1(argv, quiet=False)
898 scripts.pcreate._bad_chars_re?8
899 scripts.pcreate.main?4(argv=sys.argv, quiet=False)
900 scripts.prequest.PRequestCommand.action?7
901 scripts.prequest.PRequestCommand.choices?7
902 scripts.prequest.PRequestCommand.description?7
903 scripts.prequest.PRequestCommand.dest?7
904 scripts.prequest.PRequestCommand.get_app?7
905 scripts.prequest.PRequestCommand.help?7
906 scripts.prequest.PRequestCommand.metavar?7
907 scripts.prequest.PRequestCommand.out?4(msg)
908 scripts.prequest.PRequestCommand.parser?7
909 scripts.prequest.PRequestCommand.run?4()
910 scripts.prequest.PRequestCommand.stdin?7
911 scripts.prequest.PRequestCommand.type?7
912 scripts.prequest.PRequestCommand.usage?7
913 scripts.prequest.PRequestCommand?1(argv, quiet=False)
914 scripts.prequest.main?4(argv=sys.argv, quiet=False)
915 scripts.proutes.PRoutesCommand._get_mapper?5(registry)
916 scripts.proutes.PRoutesCommand.bootstrap?7
917 scripts.proutes.PRoutesCommand.description?7
918 scripts.proutes.PRoutesCommand.out?4(msg)
919 scripts.proutes.PRoutesCommand.parser?7
920 scripts.proutes.PRoutesCommand.run?4(quiet=False)
921 scripts.proutes.PRoutesCommand.stdout?7
922 scripts.proutes.PRoutesCommand.usage?7
923 scripts.proutes.PRoutesCommand?1(argv, quiet=False)
924 scripts.proutes.main?4(argv=sys.argv, quiet=False)
925 scripts.pserve.LazyWriter.close?4()
926 scripts.pserve.LazyWriter.flush?4()
927 scripts.pserve.LazyWriter.open?4()
928 scripts.pserve.LazyWriter.write?4(text)
929 scripts.pserve.LazyWriter.writelines?4(text)
930 scripts.pserve.LazyWriter?1(filename, mode='w')
931 scripts.pserve.MAXFD?7
932 scripts.pserve.Monitor._exit?5()
933 scripts.pserve.Monitor.add_file_callback?4(cls, callback)
934 scripts.pserve.Monitor.add_file_callback?7
935 scripts.pserve.Monitor.check_reload?4()
936 scripts.pserve.Monitor.global_extra_files?7
937 scripts.pserve.Monitor.global_file_callbacks?7
938 scripts.pserve.Monitor.instances?7
939 scripts.pserve.Monitor.periodic_reload?4()
940 scripts.pserve.Monitor.watch_file?4(cls, filename)
941 scripts.pserve.Monitor.watch_file?7
942 scripts.pserve.Monitor?1(poll_interval)
943 scripts.pserve.PServeCommand._monitor_environ_key?8
944 scripts.pserve.PServeCommand._reloader_environ_key?8
945 scripts.pserve.PServeCommand._remove_pid_file?5(written_pid, filename, verbosity)
946 scripts.pserve.PServeCommand._scheme_re?8
947 scripts.pserve.PServeCommand.action?7
948 scripts.pserve.PServeCommand.change_user_group?4(user, group)
949 scripts.pserve.PServeCommand.daemonize?4()
950 scripts.pserve.PServeCommand.default?7
951 scripts.pserve.PServeCommand.default_verbosity?7
952 scripts.pserve.PServeCommand.description?7
953 scripts.pserve.PServeCommand.dest?7
954 scripts.pserve.PServeCommand.help?7
955 scripts.pserve.PServeCommand.loadapp?4(app_spec, name, relative_to, **kw)
956 scripts.pserve.PServeCommand.loadserver?4(server_spec, name, relative_to, **kw)
957 scripts.pserve.PServeCommand.metavar?7
958 scripts.pserve.PServeCommand.out?4(msg)
959 scripts.pserve.PServeCommand.parse_vars?4(args)
960 scripts.pserve.PServeCommand.parser?7
961 scripts.pserve.PServeCommand.possible_subcommands?7
962 scripts.pserve.PServeCommand.quote_first_command_arg?4(arg)
963 scripts.pserve.PServeCommand.record_pid?4(pid_file)
964 scripts.pserve.PServeCommand.restart_with_monitor?4(reloader=False)
965 scripts.pserve.PServeCommand.restart_with_reloader?4()
966 scripts.pserve.PServeCommand.run?4()
967 scripts.pserve.PServeCommand.serve?4()
968 scripts.pserve.PServeCommand.show_status?4()
969 scripts.pserve.PServeCommand.stop_daemon?4()
970 scripts.pserve.PServeCommand.usage?7
971 scripts.pserve.PServeCommand.verbose?7
972 scripts.pserve.PServeCommand?1(argv, quiet=False)
973 scripts.pserve._cleanup_ports?5(bound_addresses, maxtries=30, sleeptime=2)
974 scripts.pserve._methodwrapper?2(func, obj, type)
975 scripts.pserve._turn_sigterm_into_systemexit?5()
976 scripts.pserve.add_file_callback?7
977 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)
978 scripts.pserve.classinstancemethod?1(func)
979 scripts.pserve.ensure_port_cleanup?4(bound_addresses, maxtries=30, sleeptime=2)
980 scripts.pserve.handle_term?4(signo, frame)
981 scripts.pserve.install_reloader?4(poll_interval=1, extra_files=None)
982 scripts.pserve.kill?4(pid, sig=None)
983 scripts.pserve.live_pidfile?4(pidfile)
984 scripts.pserve.main?4(argv=sys.argv, quiet=False)
985 scripts.pserve.read_pidfile?4(filename)
986 scripts.pserve.watch_file?7
987 scripts.pserve.wsgiref_server_runner?4(wsgi_app, global_conf, **kw)
988 scripts.pshell.PShellCommand.ConfigParser?7
989 scripts.pshell.PShellCommand.action?7
990 scripts.pshell.PShellCommand.bootstrap?7
991 scripts.pshell.PShellCommand.default?7
992 scripts.pshell.PShellCommand.description?7
993 scripts.pshell.PShellCommand.dest?7
994 scripts.pshell.PShellCommand.help?7
995 scripts.pshell.PShellCommand.loaded_objects?7
996 scripts.pshell.PShellCommand.make_bpython_shell?4(BPShell=None)
997 scripts.pshell.PShellCommand.make_default_shell?4(interact=interact)
998 scripts.pshell.PShellCommand.make_ipython_v0_10_shell?4(IPShellFactory=None)
999 scripts.pshell.PShellCommand.make_ipython_v0_11_shell?4(IPShellFactory=None)
1000 scripts.pshell.PShellCommand.make_shell?4()
1001 scripts.pshell.PShellCommand.object_help?7
1002 scripts.pshell.PShellCommand.out?4(msg)
1003 scripts.pshell.PShellCommand.parser?7
1004 scripts.pshell.PShellCommand.pshell_file_config?4(filename)
1005 scripts.pshell.PShellCommand.run?4(shell=None)
1006 scripts.pshell.PShellCommand.setup?7
1007 scripts.pshell.PShellCommand.shell?4(help)
1008 scripts.pshell.PShellCommand.usage?7
1009 scripts.pshell.PShellCommand?1(argv, quiet=False)
1010 scripts.pshell.main?4(argv=sys.argv, quiet=False)
1011 scripts.ptweens.PTweensCommand._get_tweens?5(registry)
1012 scripts.ptweens.PTweensCommand.bootstrap?7
1013 scripts.ptweens.PTweensCommand.description?7
1014 scripts.ptweens.PTweensCommand.out?4(msg)
1015 scripts.ptweens.PTweensCommand.parser?7
1016 scripts.ptweens.PTweensCommand.run?4()
1017 scripts.ptweens.PTweensCommand.show_chain?4(chain)
1018 scripts.ptweens.PTweensCommand.stdout?7
1019 scripts.ptweens.PTweensCommand.usage?7
1020 scripts.ptweens.PTweensCommand?1(argv, quiet=False)
1021 scripts.ptweens.main?4(argv=sys.argv, quiet=False)
1022 scripts.pviews.PViewsCommand._find_multi_routes?5(mapper, request)
1023 scripts.pviews.PViewsCommand._find_view?5(url, registry)
1024 scripts.pviews.PViewsCommand.bootstrap?7
1025 scripts.pviews.PViewsCommand.description?7
1026 scripts.pviews.PViewsCommand.out?4(msg)
1027 scripts.pviews.PViewsCommand.output_route_attrs?4(attrs, indent)
1028 scripts.pviews.PViewsCommand.output_view_info?4(view_wrapper, level=1)
1029 scripts.pviews.PViewsCommand.parser?7
1030 scripts.pviews.PViewsCommand.run?4()
1031 scripts.pviews.PViewsCommand.stdout?7
1032 scripts.pviews.PViewsCommand.usage?7
1033 scripts.pviews.PViewsCommand?1(argv, quiet=False)
1034 scripts.pviews.RoutesMultiView.infos?7
1035 scripts.pviews.RoutesMultiView.traverser?7
1036 scripts.pviews.RoutesMultiView.view?7
1037 scripts.pviews.RoutesMultiView?1(infos, context_iface, root_factory, request)
1038 scripts.pviews.main?4(argv=sys.argv, quiet=False)
1039 security.ACLAllowed.boolval?7
1040 security.ACLDenied.boolval?7
1041 security.ACLPermitsResult.msg?4()
1042 security.ALL_PERMISSIONS?7
1043 security.Allow?7
1044 security.Allowed.boolval?7
1045 security.Authenticated?7
1046 security.DENY_ALL?7
1047 security.Denied.boolval?7
1048 security.Deny?7
1049 security.Everyone?7
1050 security.NO_PERMISSION_REQUIRED?7
1051 security.PermitsResult.msg?4()
1052 security.authenticated_userid?4(request)
1053 security.effective_principals?4(request)
1054 security.forget?4(request)
1055 security.has_permission?4(permission, context, request)
1056 security.principals_allowed_by_permission?4(context, permission)
1057 security.remember?4(request, principal, **kw)
1058 security.unauthenticated_userid?4(request)
1059 security.view_execution_permitted?4(context, request, name='')
1060 session.UnencryptedCookieSessionFactory._cookie_domain?8
1061 session.UnencryptedCookieSessionFactory._cookie_httponly?8
1062 session.UnencryptedCookieSessionFactory._cookie_max_age?8
1063 session.UnencryptedCookieSessionFactory._cookie_name?8
1064 session.UnencryptedCookieSessionFactory._cookie_on_exception?8
1065 session.UnencryptedCookieSessionFactory._cookie_path?8
1066 session.UnencryptedCookieSessionFactory._cookie_secure?8
1067 session.UnencryptedCookieSessionFactory._dirty?8
1068 session.UnencryptedCookieSessionFactory._secret?8
1069 session.UnencryptedCookieSessionFactory._set_cookie?5(response)
1070 session.UnencryptedCookieSessionFactory._timeout?8
1071 session.UnencryptedCookieSessionFactory.changed?4()
1072 session.UnencryptedCookieSessionFactory.clear?7
1073 session.UnencryptedCookieSessionFactory.flash?4(msg, queue='', allow_duplicate=True)
1074 session.UnencryptedCookieSessionFactory.get?7
1075 session.UnencryptedCookieSessionFactory.get_csrf_token?4()
1076 session.UnencryptedCookieSessionFactory.invalidate?4()
1077 session.UnencryptedCookieSessionFactory.items?7
1078 session.UnencryptedCookieSessionFactory.keys?7
1079 session.UnencryptedCookieSessionFactory.new_csrf_token?4()
1080 session.UnencryptedCookieSessionFactory.peek_flash?4(queue='')
1081 session.UnencryptedCookieSessionFactory.pop?7
1082 session.UnencryptedCookieSessionFactory.pop_flash?4(queue='')
1083 session.UnencryptedCookieSessionFactory.popitem?7
1084 session.UnencryptedCookieSessionFactory.setdefault?7
1085 session.UnencryptedCookieSessionFactory.update?7
1086 session.UnencryptedCookieSessionFactory.values?7
1087 session.UnencryptedCookieSessionFactory?1(request)
1088 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, )
1089 session.accessed?4(session, *arg, **kw)
1090 session.manage_accessed?4(wrapped)
1091 session.set_cookie_callback?4(request, response)
1092 session.signed_deserialize?4(serialized, secret, hmac=hmac)
1093 session.signed_serialize?4(data, secret)
1094 settings.asbool?4(s)
1095 settings.aslist?4(value, flatten=True)
1096 settings.aslist_cronly?4(value)
1097 settings.get_settings?4()
1098 settings.truthy?7
1099 static._contains_slash?5(item)
1100 static._has_insecure_pathelement?8
1101 static._secure_path?5(path_tuple)
1102 static._seps?8
1103 static.slash?7
1104 static.static_view.add_slash_redirect?4(request)
1105 static.static_view?1(root_dir, cache_max_age=3600, package_name=None, use_subpath=False, index='index.html')
1106 testing.DummyModel?7
1107 testing.DummyRendererFactory.add?4(spec, renderer)
1108 testing.DummyRendererFactory?1(name, factory)
1109 testing.DummyRequest._del_registry?5()
1110 testing.DummyRequest._get_registry?5()
1111 testing.DummyRequest._registry?8
1112 testing.DummyRequest._set_registry?5(registry)
1113 testing.DummyRequest.application_url?7
1114 testing.DummyRequest.charset?7
1115 testing.DummyRequest.content_length?7
1116 testing.DummyRequest.host?7
1117 testing.DummyRequest.method?7
1118 testing.DummyRequest.query_string?7
1119 testing.DummyRequest.registry?7
1120 testing.DummyRequest.response?4()
1121 testing.DummyRequest.script_name?7
1122 testing.DummyRequest?1(params=None, environ=None, headers=None, path='/', cookies=None, post=None, **kw)
1123 testing.DummyResource.clone?4(__name__=_marker, __parent__=_marker, **kw)
1124 testing.DummyResource.get?4(name, default=None)
1125 testing.DummyResource.items?4()
1126 testing.DummyResource.keys?4()
1127 testing.DummyResource.values?4()
1128 testing.DummyResource?1(__name__=None, __parent__=None, __provides__=None, **kw)
1129 testing.DummyRootFactory?1(request)
1130 testing.DummySecurityPolicy.authenticated_userid?4(request)
1131 testing.DummySecurityPolicy.effective_principals?4(request)
1132 testing.DummySecurityPolicy.forget?4(request)
1133 testing.DummySecurityPolicy.permits?4(context, principals, permission)
1134 testing.DummySecurityPolicy.principals_allowed_by_permission?4(context, permission)
1135 testing.DummySecurityPolicy.remember?4(request, principal, **kw)
1136 testing.DummySecurityPolicy.unauthenticated_userid?4(request)
1137 testing.DummySecurityPolicy?1(userid=None, groupids=(), permissive=True)
1138 testing.DummySession.changed?4()
1139 testing.DummySession.created?7
1140 testing.DummySession.flash?4(msg, queue='', allow_duplicate=True)
1141 testing.DummySession.get_csrf_token?4()
1142 testing.DummySession.invalidate?4()
1143 testing.DummySession.new?7
1144 testing.DummySession.new_csrf_token?4()
1145 testing.DummySession.peek_flash?4(queue='')
1146 testing.DummySession.pop_flash?4(queue='')
1147 testing.DummyTemplateRenderer._get_string_response?5()
1148 testing.DummyTemplateRenderer._set_string_response?5(response)
1149 testing.DummyTemplateRenderer.assert_?4(**kw)
1150 testing.DummyTemplateRenderer.implementation?4()
1151 testing.DummyTemplateRenderer.string_response?7
1152 testing.DummyTemplateRenderer?1(string_response='')
1153 testing.MockTemplate?1(response)
1154 testing._marker?8
1155 testing._secure?5(context, request)
1156 testing.cleanUp?4(*arg, **kw)
1157 testing.decorator?4(func)
1158 testing.have_zca?7
1159 testing.permitted?4(context, request)
1160 testing.registerAdapter?4(impl, for_=Interface, provides=Interface, name='')
1161 testing.registerDummyRenderer?7
1162 testing.registerDummySecurityPolicy?4(userid=None, groupids=(), permissive=True)
1163 testing.registerEventListener?4(event_iface=None)
1164 testing.registerModels?7
1165 testing.registerResources?4(resources)
1166 testing.registerRoute?4(pattern, name, factory=None)
1167 testing.registerSettings?4(dictarg=None, **kw)
1168 testing.registerSubscriber?4(subscriber, iface=Interface)
1169 testing.registerTemplateRenderer?4(path, renderer=None)
1170 testing.registerUtility?4(impl, iface=Interface, name='')
1171 testing.registerView?4(name, result='', view=None, for_=(Interface, Interface), permission=None)
1172 testing.setUp?4(registry=None, request=None, hook_zca=True, autocommit=True, settings=None)
1173 testing.skip_on?4(*platforms)
1174 testing.tearDown?4(unhook_zca=True)
1175 testing.view?4(context, request)
1176 testing.wrapper?4(*args, **kw)
1177 threadlocal.ThreadLocalManager.clear?4()
1178 threadlocal.ThreadLocalManager.get?4()
1179 threadlocal.ThreadLocalManager.pop?4()
1180 threadlocal.ThreadLocalManager.push?4(info)
1181 threadlocal.ThreadLocalManager.set?7
1182 threadlocal.ThreadLocalManager?1(default=None)
1183 threadlocal.defaults?4()
1184 threadlocal.get_current_registry?4(context=None)
1185 threadlocal.get_current_request?4()
1186 threadlocal.manager?7
1187 traversal.DefaultRootFactory?1(request)
1188 traversal.ModelGraphTraverser?7
1189 traversal.ResourceTreeTraverser.VIEW_SELECTOR?7
1190 traversal.ResourceURL.vroot_varname?7
1191 traversal.TraversalContextURL?7
1192 traversal._join_path_tuple?5(tuple)
1193 traversal._model_path_list?8
1194 traversal._resource_path_list?5(resource, *elements)
1195 traversal._segment_cache?8
1196 traversal.empty?7
1197 traversal.find_interface?4(resource, class_or_interface)
1198 traversal.find_model?7
1199 traversal.find_resource?4(resource, path)
1200 traversal.find_root?4(resource)
1201 traversal.model_path?7
1202 traversal.model_path_tuple?7
1203 traversal.quote_path_segment?4(segment, safe='')
1204 traversal.quote_path_segment_doc?7
1205 traversal.resource_path?4(resource, *elements)
1206 traversal.resource_path_tuple?4(resource, *elements)
1207 traversal.split_path_info?4(path)
1208 traversal.traversal_path?4(path)
1209 traversal.traversal_path_info?4(path)
1210 traversal.traverse?4(resource, path)
1211 traversal.virtual_root?4(resource, request)
1212 traversal.virtual_root?4(self)
1213 tweens.EXCVIEW?7
1214 tweens.INGRESS?7
1215 tweens.MAIN?7
1216 tweens.excview_tween?4(request)
1217 tweens.excview_tween_factory?4(handler, registry)
1218 url.PATH_SAFE?7
1219 url.URLMethodsMixin._partial_application_url?5(scheme=None, host=None, port=None)
1220 url.URLMethodsMixin.current_route_path?4(*elements, **kw)
1221 url.URLMethodsMixin.current_route_url?4(*elements, **kw)
1222 url.URLMethodsMixin.model_url?7
1223 url.URLMethodsMixin.resource_path?4(resource, *elements, **kw)
1224 url.URLMethodsMixin.resource_url?4(resource, *elements, **kw)
1225 url.URLMethodsMixin.route_path?4(route_name, *elements, **kw)
1226 url.URLMethodsMixin.route_url?4(route_name, *elements, **kw)
1227 url.URLMethodsMixin.static_path?4(path, **kw)
1228 url.URLMethodsMixin.static_url?4(path, **kw)
1229 url._join_elements?5(elements)
1230 url.current_route_path?4(request, *elements, **kw)
1231 url.current_route_url?4(request, *elements, **kw)
1232 url.model_url?7
1233 url.resource_url?4(resource, request, *elements, **kw)
1234 url.route_path?4(route_name, request, *elements, **kw)
1235 url.route_url?4(route_name, request, *elements, **kw)
1236 url.static_path?4(path, request, **kw)
1237 url.static_url?4(path, request, **kw)
1238 urldispatch.Route?1(name, pattern, factory=None, predicates=(), pregenerator=None)
1239 urldispatch.RoutesMapper.connect?4(name, pattern, factory=None, predicates=(), pregenerator=None, static=False)
1240 urldispatch.RoutesMapper.generate?4(name, kw)
1241 urldispatch.RoutesMapper.get_route?4(name)
1242 urldispatch.RoutesMapper.get_routes?4()
1243 urldispatch.RoutesMapper.has_routes?4()
1244 urldispatch.RoutesMapper?1()
1245 urldispatch._compile_route?5(route)
1246 urldispatch._marker?8
1247 urldispatch.generator?4(dict)
1248 urldispatch.matcher?4(path)
1249 urldispatch.old_route_re?7
1250 urldispatch.route_re?7
1251 urldispatch.star_at_end?7
1252 urldispatch.update_pattern?4(matchobj)
1253 util.DottedNameResolver?1(package=None)
1254 util.InstancePropertyMixin.set_property?4(callable, name=None, reify=False)
1255 util.WeakOrderedSet.add?4(item)
1256 util.WeakOrderedSet.empty?4()
1257 util.WeakOrderedSet.last?4()
1258 util.WeakOrderedSet.remove?4(item)
1259 util.WeakOrderedSet?1()
1260 util.object_description?4(object)
1261 util.shortrepr?4(object, closer)
1262 util.strings_differ?4(string1, string2)
1263 view.AppendSlashNotFoundViewFactory?1(notfound_view=None)
1264 view._marker?8
1265 view.append_slash_notfound_view?7
1266 view.bfg_view?7
1267 view.default?7
1268 view.forbidden_view_config.callback?4(name, ob)
1269 view.forbidden_view_config.venusian?7
1270 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)
1271 view.is_response?4(ob)
1272 view.notfound_view_config.callback?4(name, ob)
1273 view.notfound_view_config.venusian?7
1274 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)
1275 view.render_view?4(context, request, name='', secure=True)
1276 view.render_view_to_iterable?4(context, request, name='', secure=True)
1277 view.render_view_to_response?4(context, request, name='', secure=True)
1278 view.static?1(root_dir, cache_max_age=3600, package_name=None)
1279 view.view_config.callback?4(name, ob)
1280 view.view_config.venusian?7
1281 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)
1282 wsgi.decorator?4(context, request)
1283 wsgi.wsgiapp2?4(wrapped)
1284 wsgi.wsgiapp?4(wrapped)

eric ide

mercurial