ProjectPyramid/APIs/Pyramid_TM-2.4.api

branch
eric7
changeset 149
da343a43e995
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProjectPyramid/APIs/Pyramid_TM-2.4.api	Mon Jun 07 17:10:13 2021 +0200
@@ -0,0 +1,149 @@
+.AbortWithResponse?1(response)
+.TMActivePredicate.phash?7
+.TMActivePredicate.text?4()
+.TMActivePredicate?1(val, config)
+._finish?5(request, finisher, response=None)
+.create_tm?4(request)
+.default_commit_veto?4(request, response)
+.ensure?4()
+.explicit_manager?4(request)
+.includeme?4(config)
+.is_tm_active?4(request)
+.maybe_tag_retryable?4(request, exc_info)
+.resolver?7
+.tm_tween?4(request)
+.tm_tween_factory?4(handler, registry)
+compat.PY2?7
+compat.exec_?4(_code_, _globs_=None, _locs_=None)
+compat.reraise?4(tp, value, tb=None)
+compat.text_?4(s)
+tests.DummierRequest._get_path_info?5()
+tests.DummierRequest._set_path_info?5(val)
+tests.DummierRequest.path_info?7
+tests.DummierRequest_1._get_path_info?5()
+tests.DummierRequest_1._set_path_info?5(val)
+tests.DummierRequest_1.path_info?7
+tests.DummierRequest_2._get_path_info?5()
+tests.DummierRequest_2._set_path_info?5(val)
+tests.DummierRequest_2.path_info?7
+tests.Dummy?1(**kwargs)
+tests.DummyConfig.action?4(x, fun, order=None)
+tests.DummyConfig.add_request_method?4(x, name=None, reify=None)
+tests.DummyConfig.add_tween?4(x, under=None, over=None)
+tests.DummyConfig.add_view_predicate?4(name, obj)
+tests.DummyConfig?1()
+tests.DummyDataManager.abort?4(transaction)
+tests.DummyDataManager.action?7
+tests.DummyDataManager.bind?4(tm)
+tests.DummyDataManager.commit?4(transaction)
+tests.DummyDataManager.sortKey?4()
+tests.DummyDataManager.tpc_abort?4(transaction)
+tests.DummyDataManager.tpc_begin?4(transaction)
+tests.DummyDataManager.tpc_finish?4(transaction)
+tests.DummyDataManager.tpc_vote?4(transaction)
+tests.DummyRequest.invoke_subrequest?4(request, use_tweens)
+tests.DummyRequest?1(*args, **kwargs)
+tests.DummyResponse?1(status='200 OK', headers=None)
+tests.DummyTransaction._resources?8
+tests.DummyTransaction._retryable?5(t, v)
+tests.DummyTransaction.abort?4()
+tests.DummyTransaction.aborted?7
+tests.DummyTransaction.began?7
+tests.DummyTransaction.begin?4()
+tests.DummyTransaction.commit?4()
+tests.DummyTransaction.committed?7
+tests.DummyTransaction.get?4()
+tests.DummyTransaction.isDoomed?4()
+tests.DummyTransaction.note?4(value)
+tests.DummyTransaction.user?7
+tests.DummyTransaction?1(doomed=False, retryable=False, finish_with_exc=None)
+tests.TestDefaultCommitVeto._callFUT?5(response, request=None)
+tests.TestDefaultCommitVeto.test_it_false_200?4()
+tests.TestDefaultCommitVeto.test_it_false_201?4()
+tests.TestDefaultCommitVeto.test_it_false_301?4()
+tests.TestDefaultCommitVeto.test_it_false_302?4()
+tests.TestDefaultCommitVeto.test_it_false_x_tm_commit?4()
+tests.TestDefaultCommitVeto.test_it_true_400?4()
+tests.TestDefaultCommitVeto.test_it_true_411?4()
+tests.TestDefaultCommitVeto.test_it_true_500?4()
+tests.TestDefaultCommitVeto.test_it_true_503?4()
+tests.TestDefaultCommitVeto.test_it_true_x_tm_abort?4()
+tests.TestDefaultCommitVeto.test_it_true_x_tm_anythingelse?4()
+tests.TestIntegration._makeApp?5()
+tests.TestIntegration.commit_veto?4(response)
+tests.TestIntegration.dummy_handler?4(request)
+tests.TestIntegration.exc_view?4()
+tests.TestIntegration.false_view?4()
+tests.TestIntegration.setUp?4()
+tests.TestIntegration.tearDown?4()
+tests.TestIntegration.test_excview_rendered_after_failed_abort?4()
+tests.TestIntegration.test_excview_rendered_after_failed_abort_from_uncaught_exc?4()
+tests.TestIntegration.test_excview_rendered_after_failed_commit?4()
+tests.TestIntegration.test_explicit_manager_fails_after_tm?4()
+tests.TestIntegration.test_explicit_manager_fails_before_tm?4()
+tests.TestIntegration.test_explicit_manager_works_in_view?4()
+tests.TestIntegration.test_failed_abort_reraises?4()
+tests.TestIntegration.test_failed_commit_reraises?4()
+tests.TestIntegration.test_handled_error_aborts?4()
+tests.TestIntegration.test_handled_error_commits_with_veto?4()
+tests.TestIntegration.test_it?4()
+tests.TestIntegration.test_tm_active_predicate_is_False?4()
+tests.TestIntegration.test_tm_active_predicate_is_True?4()
+tests.TestIntegration.test_tm_active_predicate_is_bool?4()
+tests.TestIntegration.test_transient_error_is_retried?4()
+tests.TestIntegration.test_unhandled_error_aborts?4()
+tests.TestIntegration.true_view?4()
+tests.TestIntegration.view?4()
+tests.Test_create_tm._callFUT?5(request=None)
+tests.Test_create_tm.setUp?4()
+tests.Test_create_tm.tearDown?4()
+tests.Test_create_tm.test_default_threadlocal?4()
+tests.Test_create_tm.test_overridden_manager_environ?4()
+tests.Test_create_tm.test_overridden_manager_hook?4()
+tests.Test_includeme.test_invalid_dotted?4()
+tests.Test_includeme.test_it?4()
+tests.Test_includeme.test_it_config?4()
+tests.Test_includeme.test_valid_dotted?4()
+tests.Test_tm_tween_factory._callFUT?5(handler=None, registry=None, request=None, txn=None)
+tests.Test_tm_tween_factory.handler?4()
+tests.Test_tm_tween_factory.setUp?4()
+tests.Test_tm_tween_factory.tearDown?4()
+tests.Test_tm_tween_factory.test_500_with_default_commit_veto?4()
+tests.Test_tm_tween_factory.test_500_without_commit_veto?4()
+tests.Test_tm_tween_factory.test_active_flag_not_set_activate_false?4()
+tests.Test_tm_tween_factory.test_active_flag_set_during_handler?4()
+tests.Test_tm_tween_factory.test_active_flag_unset_on_egress?4()
+tests.Test_tm_tween_factory.test_active_flag_unset_on_egress_abort?4()
+tests.Test_tm_tween_factory.test_active_flag_unset_on_egress_exception?4()
+tests.Test_tm_tween_factory.test_commit_veto_alias?4()
+tests.Test_tm_tween_factory.test_commit_veto_false?4()
+tests.Test_tm_tween_factory.test_commit_veto_true?4()
+tests.Test_tm_tween_factory.test_commitonly?4()
+tests.Test_tm_tween_factory.test_disables_user_annotation?4()
+tests.Test_tm_tween_factory.test_handler_exception?4()
+tests.Test_tm_tween_factory.test_handler_isdoomed?4()
+tests.Test_tm_tween_factory.test_handler_notes?4()
+tests.Test_tm_tween_factory.test_handler_notes_native_str_path?4()
+tests.Test_tm_tween_factory.test_handler_notes_unicode_decode_error?4()
+tests.Test_tm_tween_factory.test_handler_notes_unicode_path?4()
+tests.Test_tm_tween_factory.test_handler_retryable_exception_defaults_to_1?4()
+tests.Test_tm_tween_factory.test_handler_w_integer_authenticated_userid?4()
+tests.Test_tm_tween_factory.test_handler_w_latin1_authenticated_userid?4()
+tests.Test_tm_tween_factory.test_handler_w_native_authenticated_userid?4()
+tests.Test_tm_tween_factory.test_handler_w_utf8_authenticated_userid?4()
+tests.Test_tm_tween_factory.test_null_commit_veto?4()
+tests.Test_tm_tween_factory.test_repoze_tm_active?4()
+tests.Test_tm_tween_factory.test_should_activate_false?4()
+tests.Test_tm_tween_factory.test_should_activate_true?4()
+tests.Test_tm_tween_factory.test_tm_active?4()
+tests.activate_false?4(request)
+tests.activate_true?4(request)
+tests.create_manager?7
+tests.dummy_tween?4(request)
+tests.dummy_tween_factory?4(handler, registry)
+tests.skip_if_missing?4(module)
+tests.skip_if_package_lt?4(pkg, version)
+tests.veto_false?4(request, response)
+tests.veto_true?4(request, response)
+tests.wrapped?4(*args, **kwargs)
+tests.wrapper?4(fn)

eric ide

mercurial