diff -r dcbd3a96f03c -r da343a43e995 ProjectPyramid/APIs/Pyramid_Mako-1.1.0.api --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProjectPyramid/APIs/Pyramid_Mako-1.1.0.api Mon Jun 07 17:10:13 2021 +0200 @@ -0,0 +1,123 @@ +.MakoLookupTemplateRenderer.template?4() +.MakoLookupTemplateRenderer?1(lookup, spec, defname, package) +.MakoRendererFactory.lookup?7 +.MakoRendererFactory.renderer_factory?7 +.MakoRenderingException?1(text) +.PkgResourceTemplateLookup.adjust_uri?4(uri, relativeto) +.PkgResourceTemplateLookup.get_template?4(uri) +.add_mako_renderer?4(config, extension, settings_prefix='mako.') +.includeme?4(config) +.parse_options_from_settings?4(settings, settings_prefix, maybe_dotted) +.preprocessor_injector?4(template) +.register?4() +.sget?4(name, default=None) +compat.PY2?7 +compat.exec_?4(code, globs=None, locs=None) +compat.is_nonstr_iter?4(v) +compat.reraise?4(tp, value, tb=None) +compat.text_?4(s, encoding='latin-1', errors='strict') +tests.Base.setUp?4() +tests.Base.tearDown?4() +tests.DummyLookup.directories?7 +tests.DummyLookup.get_template?4(path) +tests.DummyLookup?1(*args, **kw) +tests.DummyRendererInfo?1(kw) +tests.DummyTemplate.get_def?4(path) +tests.DummyTemplate.render_unicode?4(**values) +tests.DummyTemplate?1(path=None, render_exc=None) +tests.MakoLookupTemplateRendererTests._getTargetClass?5() +tests.MakoLookupTemplateRendererTests._makeOne?5(*arg, **kw) +tests.MakoLookupTemplateRendererTests.test_call?4() +tests.MakoLookupTemplateRendererTests.test_call_render_raises?4() +tests.MakoLookupTemplateRendererTests.test_call_with_defname?4() +tests.MakoLookupTemplateRendererTests.test_call_with_nondict_value?4() +tests.MakoLookupTemplateRendererTests.test_call_with_system_context?4() +tests.MakoLookupTemplateRendererTests.test_call_with_tuple_value?4() +tests.TestIntegrationNoDirectories.setUp?4() +tests.TestIntegrationNoDirectories.tearDown?4() +tests.TestIntegrationNoDirectories.test_add_mako_renderer?4() +tests.TestIntegrationNoDirectories.test_get_renderer?4() +tests.TestIntegrationNoDirectories.test_render?4() +tests.TestIntegrationNoDirectories.test_render_from_fs?4() +tests.TestIntegrationNoDirectories.test_render_inheritance?4() +tests.TestIntegrationNoDirectories.test_render_inheritance_pkg_spec?4() +tests.TestIntegrationNoDirectories.test_render_namespace?4() +tests.TestIntegrationNoDirectories.test_render_notfound?4() +tests.TestIntegrationNoDirectories.test_render_to_response?4() +tests.TestIntegrationNoDirectories.test_render_to_response_pkg_spec?4() +tests.TestIntegrationNoDirectories.test_render_with_abs_path?4() +tests.TestIntegrationNoDirectories.test_template_default_escaping?4() +tests.TestIntegrationNoDirectories.test_template_not_found?4() +tests.TestIntegrationWithDirectories.setUp?4() +tests.TestIntegrationWithDirectories.tearDown?4() +tests.TestIntegrationWithDirectories.test_add_mako_renderer?4() +tests.TestIntegrationWithDirectories.test_add_mako_renderer_before_settings?4() +tests.TestIntegrationWithDirectories.test_get_renderer?4() +tests.TestIntegrationWithDirectories.test_render?4() +tests.TestIntegrationWithDirectories.test_render_from_fs?4() +tests.TestIntegrationWithDirectories.test_render_inheritance?4() +tests.TestIntegrationWithDirectories.test_render_inheritance_pkg_spec?4() +tests.TestIntegrationWithDirectories.test_render_namespace?4() +tests.TestIntegrationWithDirectories.test_render_to_response?4() +tests.TestIntegrationWithDirectories.test_render_to_response_pkg_spec?4() +tests.TestIntegrationWithDirectories.test_render_with_abs_path?4() +tests.TestIntegrationWithDirectories.test_template_default_escaping?4() +tests.TestIntegrationWithDirectories.test_template_not_found?4() +tests.TestIntegrationWithPreprocessorSettings.setUp?4() +tests.TestIntegrationWithPreprocessorSettings.test_with_preprocessor_settings?4() +tests.TestMakoRendererFactory._callFUT?5(info, lookup=None) +tests.TestMakoRendererFactory._getTargetClass?5() +tests.TestMakoRendererFactory._makeOne?5(lookup) +tests.TestMakoRendererFactory._makeRendererInfo?5(spec, **kw) +tests.TestMakoRendererFactory.test_asset_spec_filenames?4() +tests.TestMakoRendererFactory.test_asset_spec_filenames_with_def?4() +tests.TestMakoRendererFactory.test_asset_spec_subfolder_filenames?4() +tests.TestMakoRendererFactory.test_asset_spec_subfolder_filenames_with_def?4() +tests.TestMakoRendererFactory.test_multiple_dotted_filenames?4() +tests.TestMakoRendererFactory.test_multiple_dotted_filenames_with_def?4() +tests.TestMakoRendererFactory.test_relative_filenames?4() +tests.TestMakoRendererFactory.test_relative_filenames_with_def?4() +tests.TestMakoRendererFactory.test_space_dot_name?4() +tests.TestMakoRendererFactory.test_space_dot_name_with_def?4() +tests.TestMakoRenderingException._makeOne?5(text) +tests.TestMakoRenderingException.test_repr_and_str?4() +tests.TestPkgResourceTemplateLookup._makeOne?5(**kw) +tests.TestPkgResourceTemplateLookup.get_fixturedir?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_asset_spec_with_modified_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_asset_spec_with_relativeto_not_asset_spec_abs?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_not_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_not_asset_spec_abs_with_relativeto_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_not_asset_spec_with_relativeto_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_not_asset_spec_with_relativeto_modified_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_adjust_uri_not_asset_spec_with_relativeto_not_asset_spec?4() +tests.TestPkgResourceTemplateLookup.test_get_template_asset_spec_missing?4() +tests.TestPkgResourceTemplateLookup.test_get_template_asset_spec_with_filesystem_checks?4() +tests.TestPkgResourceTemplateLookup.test_get_template_asset_spec_with_module_dir?4() +tests.TestPkgResourceTemplateLookup.test_get_template_not_asset_spec?4() +tests.Test_parse_options_from_settings._callFUT?5(settings, settings_prefix='mako.') +tests.Test_parse_options_from_settings.test_composite_directories_path?4() +tests.Test_parse_options_from_settings.test_composite_directories_path_spaces?4() +tests.Test_parse_options_from_settings.test_directories_list?4() +tests.Test_parse_options_from_settings.test_directories_path?4() +tests.Test_parse_options_from_settings.test_multiple_registration_different_name?4() +tests.Test_parse_options_from_settings.test_no_directories?4() +tests.Test_parse_options_from_settings.test_reload_templates_namespace?4() +tests.Test_parse_options_from_settings.test_reload_templates_namespace_text?4() +tests.Test_parse_options_from_settings.test_with_default_filters?4() +tests.Test_parse_options_from_settings.test_with_default_filters_list?4() +tests.Test_parse_options_from_settings.test_with_error_handler?4() +tests.Test_parse_options_from_settings.test_with_future_imports?4() +tests.Test_parse_options_from_settings.test_with_future_imports_list?4() +tests.Test_parse_options_from_settings.test_with_future_imports_str_list?4() +tests.Test_parse_options_from_settings.test_with_imports?4() +tests.Test_parse_options_from_settings.test_with_imports_list?4() +tests.Test_parse_options_from_settings.test_with_imports_str_list?4() +tests.Test_parse_options_from_settings.test_with_input_encoding?4() +tests.Test_parse_options_from_settings.test_with_module_directory_asset_abspath?4() +tests.Test_parse_options_from_settings.test_with_module_directory_asset_spec?4() +tests.Test_parse_options_from_settings.test_with_preprocessor?4() +tests.Test_parse_options_from_settings.test_with_preprocessor_settings?4() +tests.Test_parse_options_from_settings.test_with_strict_undefined_false?4() +tests.Test_parse_options_from_settings.test_with_strict_undefined_true?4() +tests.dummy_mako_preprocessor?4(template, settings)