ProjectPyramid/APIs/Pyramid_TM-2.4.api

branch
eric7
changeset 149
da343a43e995
equal deleted inserted replaced
148:dcbd3a96f03c 149:da343a43e995
1 .AbortWithResponse?1(response)
2 .TMActivePredicate.phash?7
3 .TMActivePredicate.text?4()
4 .TMActivePredicate?1(val, config)
5 ._finish?5(request, finisher, response=None)
6 .create_tm?4(request)
7 .default_commit_veto?4(request, response)
8 .ensure?4()
9 .explicit_manager?4(request)
10 .includeme?4(config)
11 .is_tm_active?4(request)
12 .maybe_tag_retryable?4(request, exc_info)
13 .resolver?7
14 .tm_tween?4(request)
15 .tm_tween_factory?4(handler, registry)
16 compat.PY2?7
17 compat.exec_?4(_code_, _globs_=None, _locs_=None)
18 compat.reraise?4(tp, value, tb=None)
19 compat.text_?4(s)
20 tests.DummierRequest._get_path_info?5()
21 tests.DummierRequest._set_path_info?5(val)
22 tests.DummierRequest.path_info?7
23 tests.DummierRequest_1._get_path_info?5()
24 tests.DummierRequest_1._set_path_info?5(val)
25 tests.DummierRequest_1.path_info?7
26 tests.DummierRequest_2._get_path_info?5()
27 tests.DummierRequest_2._set_path_info?5(val)
28 tests.DummierRequest_2.path_info?7
29 tests.Dummy?1(**kwargs)
30 tests.DummyConfig.action?4(x, fun, order=None)
31 tests.DummyConfig.add_request_method?4(x, name=None, reify=None)
32 tests.DummyConfig.add_tween?4(x, under=None, over=None)
33 tests.DummyConfig.add_view_predicate?4(name, obj)
34 tests.DummyConfig?1()
35 tests.DummyDataManager.abort?4(transaction)
36 tests.DummyDataManager.action?7
37 tests.DummyDataManager.bind?4(tm)
38 tests.DummyDataManager.commit?4(transaction)
39 tests.DummyDataManager.sortKey?4()
40 tests.DummyDataManager.tpc_abort?4(transaction)
41 tests.DummyDataManager.tpc_begin?4(transaction)
42 tests.DummyDataManager.tpc_finish?4(transaction)
43 tests.DummyDataManager.tpc_vote?4(transaction)
44 tests.DummyRequest.invoke_subrequest?4(request, use_tweens)
45 tests.DummyRequest?1(*args, **kwargs)
46 tests.DummyResponse?1(status='200 OK', headers=None)
47 tests.DummyTransaction._resources?8
48 tests.DummyTransaction._retryable?5(t, v)
49 tests.DummyTransaction.abort?4()
50 tests.DummyTransaction.aborted?7
51 tests.DummyTransaction.began?7
52 tests.DummyTransaction.begin?4()
53 tests.DummyTransaction.commit?4()
54 tests.DummyTransaction.committed?7
55 tests.DummyTransaction.get?4()
56 tests.DummyTransaction.isDoomed?4()
57 tests.DummyTransaction.note?4(value)
58 tests.DummyTransaction.user?7
59 tests.DummyTransaction?1(doomed=False, retryable=False, finish_with_exc=None)
60 tests.TestDefaultCommitVeto._callFUT?5(response, request=None)
61 tests.TestDefaultCommitVeto.test_it_false_200?4()
62 tests.TestDefaultCommitVeto.test_it_false_201?4()
63 tests.TestDefaultCommitVeto.test_it_false_301?4()
64 tests.TestDefaultCommitVeto.test_it_false_302?4()
65 tests.TestDefaultCommitVeto.test_it_false_x_tm_commit?4()
66 tests.TestDefaultCommitVeto.test_it_true_400?4()
67 tests.TestDefaultCommitVeto.test_it_true_411?4()
68 tests.TestDefaultCommitVeto.test_it_true_500?4()
69 tests.TestDefaultCommitVeto.test_it_true_503?4()
70 tests.TestDefaultCommitVeto.test_it_true_x_tm_abort?4()
71 tests.TestDefaultCommitVeto.test_it_true_x_tm_anythingelse?4()
72 tests.TestIntegration._makeApp?5()
73 tests.TestIntegration.commit_veto?4(response)
74 tests.TestIntegration.dummy_handler?4(request)
75 tests.TestIntegration.exc_view?4()
76 tests.TestIntegration.false_view?4()
77 tests.TestIntegration.setUp?4()
78 tests.TestIntegration.tearDown?4()
79 tests.TestIntegration.test_excview_rendered_after_failed_abort?4()
80 tests.TestIntegration.test_excview_rendered_after_failed_abort_from_uncaught_exc?4()
81 tests.TestIntegration.test_excview_rendered_after_failed_commit?4()
82 tests.TestIntegration.test_explicit_manager_fails_after_tm?4()
83 tests.TestIntegration.test_explicit_manager_fails_before_tm?4()
84 tests.TestIntegration.test_explicit_manager_works_in_view?4()
85 tests.TestIntegration.test_failed_abort_reraises?4()
86 tests.TestIntegration.test_failed_commit_reraises?4()
87 tests.TestIntegration.test_handled_error_aborts?4()
88 tests.TestIntegration.test_handled_error_commits_with_veto?4()
89 tests.TestIntegration.test_it?4()
90 tests.TestIntegration.test_tm_active_predicate_is_False?4()
91 tests.TestIntegration.test_tm_active_predicate_is_True?4()
92 tests.TestIntegration.test_tm_active_predicate_is_bool?4()
93 tests.TestIntegration.test_transient_error_is_retried?4()
94 tests.TestIntegration.test_unhandled_error_aborts?4()
95 tests.TestIntegration.true_view?4()
96 tests.TestIntegration.view?4()
97 tests.Test_create_tm._callFUT?5(request=None)
98 tests.Test_create_tm.setUp?4()
99 tests.Test_create_tm.tearDown?4()
100 tests.Test_create_tm.test_default_threadlocal?4()
101 tests.Test_create_tm.test_overridden_manager_environ?4()
102 tests.Test_create_tm.test_overridden_manager_hook?4()
103 tests.Test_includeme.test_invalid_dotted?4()
104 tests.Test_includeme.test_it?4()
105 tests.Test_includeme.test_it_config?4()
106 tests.Test_includeme.test_valid_dotted?4()
107 tests.Test_tm_tween_factory._callFUT?5(handler=None, registry=None, request=None, txn=None)
108 tests.Test_tm_tween_factory.handler?4()
109 tests.Test_tm_tween_factory.setUp?4()
110 tests.Test_tm_tween_factory.tearDown?4()
111 tests.Test_tm_tween_factory.test_500_with_default_commit_veto?4()
112 tests.Test_tm_tween_factory.test_500_without_commit_veto?4()
113 tests.Test_tm_tween_factory.test_active_flag_not_set_activate_false?4()
114 tests.Test_tm_tween_factory.test_active_flag_set_during_handler?4()
115 tests.Test_tm_tween_factory.test_active_flag_unset_on_egress?4()
116 tests.Test_tm_tween_factory.test_active_flag_unset_on_egress_abort?4()
117 tests.Test_tm_tween_factory.test_active_flag_unset_on_egress_exception?4()
118 tests.Test_tm_tween_factory.test_commit_veto_alias?4()
119 tests.Test_tm_tween_factory.test_commit_veto_false?4()
120 tests.Test_tm_tween_factory.test_commit_veto_true?4()
121 tests.Test_tm_tween_factory.test_commitonly?4()
122 tests.Test_tm_tween_factory.test_disables_user_annotation?4()
123 tests.Test_tm_tween_factory.test_handler_exception?4()
124 tests.Test_tm_tween_factory.test_handler_isdoomed?4()
125 tests.Test_tm_tween_factory.test_handler_notes?4()
126 tests.Test_tm_tween_factory.test_handler_notes_native_str_path?4()
127 tests.Test_tm_tween_factory.test_handler_notes_unicode_decode_error?4()
128 tests.Test_tm_tween_factory.test_handler_notes_unicode_path?4()
129 tests.Test_tm_tween_factory.test_handler_retryable_exception_defaults_to_1?4()
130 tests.Test_tm_tween_factory.test_handler_w_integer_authenticated_userid?4()
131 tests.Test_tm_tween_factory.test_handler_w_latin1_authenticated_userid?4()
132 tests.Test_tm_tween_factory.test_handler_w_native_authenticated_userid?4()
133 tests.Test_tm_tween_factory.test_handler_w_utf8_authenticated_userid?4()
134 tests.Test_tm_tween_factory.test_null_commit_veto?4()
135 tests.Test_tm_tween_factory.test_repoze_tm_active?4()
136 tests.Test_tm_tween_factory.test_should_activate_false?4()
137 tests.Test_tm_tween_factory.test_should_activate_true?4()
138 tests.Test_tm_tween_factory.test_tm_active?4()
139 tests.activate_false?4(request)
140 tests.activate_true?4(request)
141 tests.create_manager?7
142 tests.dummy_tween?4(request)
143 tests.dummy_tween_factory?4(handler, registry)
144 tests.skip_if_missing?4(module)
145 tests.skip_if_package_lt?4(pkg, version)
146 tests.veto_false?4(request, response)
147 tests.veto_true?4(request, response)
148 tests.wrapped?4(*args, **kwargs)
149 tests.wrapper?4(fn)

eric ide

mercurial