powertrain-build 1.7.1.dev2__tar.gz → 1.7.2.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/ChangeLog +7 -2
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/NOTICE +379 -96
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/PKG-INFO +2 -2
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/README.md +1 -1
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/build_proj_config.py +0 -1
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/config.py +1 -1
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/sched_funcs.py +6 -31
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_inconsistency_check.py +17 -7
- powertrain_build-1.7.2.dev2/powertrain_build/source_file_parser.py +102 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/zone_controller/composition_yaml.py +15 -1
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/PKG-INFO +2 -2
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/SOURCES.txt +1 -0
- powertrain_build-1.7.2.dev2/powertrain_build.egg-info/pbr.json +1 -0
- powertrain_build-1.7.1.dev2/powertrain_build.egg-info/pbr.json +0 -1
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/AUTHORS +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/LICENSE +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/MANIFEST.in +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/__init__.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/__main__.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/a2l.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/a2l_merge.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/a2l_templates.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/build.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/build_defs.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/check_interface.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/cli.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/core.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/core_dummy.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/create_conversion_table.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/dids.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/dummy.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/dummy_spm.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/environmentcheck.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/ext_dbg.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/ext_var.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/feature_configs.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/gen_allsysteminfo.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/gen_label_split.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/handcode_replacer.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/html_report.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/__init__.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/application.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/base.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/csp_api.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/device_proxy.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/ems.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/export_global_vars.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/generate_adapters.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/generate_hi_interface.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/generate_service.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/generate_wrappers.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/generation_utils.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/hal.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/model_yaml_verification.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/service.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/simulink.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/update_call_sources.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/update_model_yaml.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/interface/zone_controller.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/lib/__init__.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/lib/helper_functions.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/lib/logger.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/BuildAutomationPyBuild.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/Generate_A2L.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/generateTLUnit.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/getAsilClassification.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/modelConfiguredForTL.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/moveDefOutports.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseCalMeasData.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseCoreIdentifiers.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseDIDs.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseInPorts.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseIncludeConfigs.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseModelInfo.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseNVM.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parseOutPorts.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/parsePreProcBlks.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/struct2JSON.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/CodeGen/updateCodeSwConfig.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/Init_PyBuild.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/__init__.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/Get_Full_Name.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/Get_SrcLines.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/Init_Models.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/Init_Projects.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/Read_Units.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/SetProjectTimeSamples.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/Strip_Suffix.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/followLink.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getCodeSwitches.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getConsumerBlocks.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getDefBlock.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getDefOutport.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getDstBlocks.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getDstLines.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getInterfaceSignals.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getName.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getPath.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getProperValue.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getSrcBlocks.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/getSrcLines.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/loadLibraries.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/loadjson.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/modifyEnumStructField.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/removeConfigDuplicates.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/sortSystemByClass.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/tl_getfast.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/topLevelSystem.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/matlab_scripts/helperFunctions/updateModels.m +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/memory_section.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/nvm_def.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/problem_logger.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/pt_matlab.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/pt_win32.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/replace_compu_tab_ref.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/rte_dummy.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_if_html_rep.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_if_html_rep_all.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_incons_html_rep.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_incons_html_rep_all.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_incons_html_rep_base.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/signal_interfaces.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/templates/Index_SigCheck_All.html +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/templates/Index_SigIf_All.html +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/types.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/unit_configs.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/user_defined_types.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/versioncheck.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/wrapper.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/xlrd_csv.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/zone_controller/__init__.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build/zone_controller/calibration.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/dependency_links.txt +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/entry_points.txt +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/not-zip-safe +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/requires.txt +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/powertrain_build.egg-info/top_level.txt +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/requirements.txt +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/setup.cfg +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/setup.py +0 -0
- {powertrain_build-1.7.1.dev2 → powertrain_build-1.7.2.dev2}/test-requirements.txt +0 -0
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
-
*
|
|
5
|
-
*
|
|
4
|
+
* Include manual static and shared variables from yaml files
|
|
5
|
+
* Update ConfigParser define parser
|
|
6
|
+
|
|
7
|
+
1.7.1
|
|
8
|
+
-----
|
|
9
|
+
|
|
10
|
+
* Add project folders argument to signal\_inconsistency\_check
|
|
6
11
|
|
|
7
12
|
1.7.0
|
|
8
13
|
-----
|
|
@@ -26,12 +26,13 @@ powertrain-build 1.5.0: https://opendev.org/volvocars/powertrain-build : Apache
|
|
|
26
26
|
psf-requests 2.32.3: http://docs.python-requests.org : Apache License 2.0
|
|
27
27
|
pycodestyle 2.13.0: https://pypi.python.org/pypi/pycodestyle : MIT License
|
|
28
28
|
Pyflakes 3.3.2: https://github.com/pyflakes/pyflakes : MIT License
|
|
29
|
+
Pygments - Python syntax highlighter 2.19.1: http://pygments.org/ : BSD 3-clause "New" or "Revised" License
|
|
29
30
|
pypi/setuptools 59.6.0: https://pypi.org/project/setuptools/ : MIT License
|
|
30
|
-
pytest 8.
|
|
31
|
+
pytest 8.4.0: http://pytest.org : MIT License
|
|
31
32
|
python3-charset-normalizer 3.4.2: https://github.com/ousret/charset_normalizer : MIT License
|
|
32
33
|
python-certifi 2024.7.4: https://certifiio.readthedocs.io/en/latest/ : Mozilla Public License 2.0
|
|
33
34
|
python-pluggy 1.6.0: https://pypi.python.org/pypi/pluggy : MIT License
|
|
34
|
-
python-typing-extensions 4.
|
|
35
|
+
python-typing-extensions 4.14.0 : Python Software Foundation License 2.0
|
|
35
36
|
RonnyPfannschmidt/iniconfig 2.1.0: https://github.com/RonnyPfannschmidt/iniconfig : MIT License
|
|
36
37
|
ruamel-yaml 0.18.6: https://pypi.org/project/ruamel.yaml/ : MIT License
|
|
37
38
|
ruamel.yaml.clib 0.2.12: https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/ : MIT License
|
|
@@ -17224,6 +17225,361 @@ try:
|
|
|
17224
17225
|
|
|
17225
17226
|
Copyright 2013-2014 Florent Xicluna
|
|
17226
17227
|
|
|
17228
|
+
Pygments - Python syntax highlighter 2.19.1 pypi:Pygments/2.19.1: http://pygments.org/
|
|
17229
|
+
(c)
|
|
17230
|
+
(if (> c 127)
|
|
17231
|
+
(logxor c listify-key-sequence-1)
|
|
17232
|
+
c)))
|
|
17233
|
+
key)))
|
|
17234
|
+
|
|
17235
|
+
(defun eventp (obj)
|
|
17236
|
+
"True if the argument is an event object."
|
|
17237
|
+
(when obj
|
|
17238
|
+
(or (integerp obj)
|
|
17239
|
+
(and (symbolp obj) obj (not (keywordp obj)))
|
|
17240
|
+
(and (consp obj) (symbolp (car obj))))))
|
|
17241
|
+
|
|
17242
|
+
(c)
|
|
17243
|
+
|
|
17244
|
+
with open(__file__,
|
|
17245
|
+
fp.write(header)
|
|
17246
|
+
|
|
17247
|
+
for cat in sorted(categories):
|
|
17248
|
+
|
|
17249
|
+
(c)
|
|
17250
|
+
if cn < (2
|
|
17251
|
+
# ASCII character
|
|
17252
|
+
buf.append(str(c))
|
|
17253
|
+
elif (2**7) <= cn < (2**16):
|
|
17254
|
+
|
|
17255
|
+
(c)
|
|
17256
|
+
# XID_START and XID_CONTINUE are special categories used for matching
|
|
17257
|
+
# identifiers in Python 3.
|
|
17258
|
+
if c.isidentifier():
|
|
17259
|
+
|
|
17260
|
+
(c)
|
|
17261
|
+
if (
|
|
17262
|
+
|
|
17263
|
+
(c)
|
|
17264
|
+
if ord(c) == 0xdc00:
|
|
17265
|
+
# Hack to avoid combining this combining with the preceding high
|
|
17266
|
+
# surrogate, 0xdbff, when doing a repr.
|
|
17267
|
+
c = '\\' + c
|
|
17268
|
+
|
|
17269
|
+
(c) & 0xFFFFFF);
|
|
17270
|
+
}
|
|
17271
|
+
|
|
17272
|
+
(c) (declare (ignore c)) nil)
|
|
17273
|
+
)
|
|
17274
|
+
|
|
17275
|
+
(c) * F;
|
|
17276
|
+
F := F * B;
|
|
17277
|
+
end;
|
|
17278
|
+
end;
|
|
17279
|
+
|
|
17280
|
+
function KeepIn(i, Bottom, Top: Variant): Variant;
|
|
17281
|
+
begin
|
|
17282
|
+
Result := i;
|
|
17283
|
+
if Result > Top then
|
|
17284
|
+
Result := Top
|
|
17285
|
+
else if Result < Bottom then
|
|
17286
|
+
Result := Bottom;
|
|
17287
|
+
end;
|
|
17288
|
+
|
|
17289
|
+
(c) 2006-2024 by Georg Brandl, Matth
|
|
17290
|
+
'Chajdas and contributors.')
|
|
17291
|
+
return 0
|
|
17292
|
+
|
|
17293
|
+
def is_only_option(opt):
|
|
17294
|
+
|
|
17295
|
+
(C) Copyright ..." is shown in the HTML footer. Default is True.
|
|
17296
|
+
|
|
17297
|
+
(C) Copyright 2006 Salvatore Filippone University of Rome Tor Vergata
|
|
17298
|
+
!!$ Alfredo Buttari University of Rome Tor Vergata
|
|
17299
|
+
!!$ Daniela Di Serafino II University of Naples
|
|
17300
|
+
!!$ Pasqua D'Ambra ICAR-CNR
|
|
17301
|
+
!!$
|
|
17302
|
+
!!$ Redistribution and use in source and binary forms, with or without
|
|
17303
|
+
!!$ modification, are permitted provided that the following conditions
|
|
17304
|
+
!!$ are met:
|
|
17305
|
+
!!$ 1. Redistributions of source code must retain the above copyright
|
|
17306
|
+
!!$ notice, this list of conditions and the following disclaimer.
|
|
17307
|
+
!!$ 2. Redistributions in binary form must reproduce the above copyright
|
|
17308
|
+
!!$ notice, this list of conditions, and the following disclaimer in the
|
|
17309
|
+
!!$ documentation and/or other materials provided with the distribution.
|
|
17310
|
+
|
|
17311
|
+
(C) FSF.
|
|
17312
|
+
;;; See the file `COPYING' for terms applying to this program.
|
|
17313
|
+
;;;
|
|
17314
|
+
|
|
17315
|
+
(c) in (0x2d, 0x5b, 0x5c, 0x5d, 0x5e):
|
|
17316
|
+
# Escape regex metachars.
|
|
17317
|
+
c = '\\' + c
|
|
17318
|
+
|
|
17319
|
+
(c) of
|
|
17320
|
+
'0'..'9': c := c - 48;
|
|
17321
|
+
'A'..'Z': c := c - 55;
|
|
17322
|
+
end;
|
|
17323
|
+
if c < B then
|
|
17324
|
+
|
|
17325
|
+
copyright : (C) 2004 by Andr
|
|
17326
|
+
email : andre.simon1@gmx.de
|
|
17327
|
+
***************************************************************************/
|
|
17328
|
+
|
|
17329
|
+
copyright : (C) 2004 by Andre Simon
|
|
17330
|
+
email : andre.simon1@gmx.de
|
|
17331
|
+
***************************************************************************/
|
|
17332
|
+
|
|
17333
|
+
copyright Copyright (c) 2006, Manni
|
|
17334
|
+
* @version 1.0
|
|
17335
|
+
* @link http://www.pkware.com/business_and_developers/developer/popups/appnote.txt
|
|
17336
|
+
* @link http://mannithedark.is-a-geek.net/
|
|
17337
|
+
* @since 1.0
|
|
17338
|
+
* @package fnord.bb
|
|
17339
|
+
* @subpackage archive
|
|
17340
|
+
*/
|
|
17341
|
+
class Zip extends Archive {
|
|
17342
|
+
|
|
17343
|
+
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
|
17344
|
+
|
|
17345
|
+
Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software
|
|
17346
|
+
;; Foundation, Inc.
|
|
17347
|
+
|
|
17348
|
+
;; Maintainer: emacs-devel@gnu.org
|
|
17349
|
+
;; Keywords: internal
|
|
17350
|
+
;; Package: emacs
|
|
17351
|
+
|
|
17352
|
+
Copyright (C) 1993-2003 Yukihiro Matsumoto
|
|
17353
|
+
|
|
17354
|
+
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
|
17355
|
+
|
|
17356
|
+
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
|
|
17357
|
+
|
|
17358
|
+
Copyright (c) 1997 Borland International
|
|
17359
|
+
{ }
|
|
17360
|
+
|
|
17361
|
+
Copyright (c) 1998,1999,2000,2001,2002 Tal Davidson. All rights reserved.
|
|
17362
|
+
*
|
|
17363
|
+
* ASBeautifier.cpp
|
|
17364
|
+
* by Tal Davidson (davidsont@bigfoot.com)
|
|
17365
|
+
* This file is a part of "Artistic Style" - an indentater and reformatter
|
|
17366
|
+
* of C, C, C# and Java source files.
|
|
17367
|
+
|
|
17368
|
+
Copyright (c) 1998,1999,2000,2001,2002 Tal Davidson. All rights reserved.
|
|
17369
|
+
*
|
|
17370
|
+
* ASFormatter.cpp
|
|
17371
|
+
* by Tal Davidson (davidsont@bigfoot.com)
|
|
17372
|
+
* This file is a part of "Artistic Style" - an indentater and reformatter
|
|
17373
|
+
* of C, C++, C# and Java source files.
|
|
17374
|
+
|
|
17375
|
+
Copyright (c) 1998,1999,2000,2001,2002 Tal Davidson. All rights reserved.
|
|
17376
|
+
*
|
|
17377
|
+
* compiler_defines.h (1 January 1999)
|
|
17378
|
+
* by Tal Davidson (davidsont@bigfoot.com)
|
|
17379
|
+
* This file is a part of "Artistic Style" - an indentater and reformatter
|
|
17380
|
+
* of C, C++, C# and Java source files.
|
|
17381
|
+
|
|
17382
|
+
Copyright (C) 2000 Information-technology Promotion Agency, Japan
|
|
17383
|
+
|
|
17384
|
+
|
|
17385
|
+
Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
|
|
17386
|
+
|
|
17387
|
+
Copyright (C) 2004, 2005, 2006 Aelitis, All Rights Reserved.
|
|
17388
|
+
|
|
17389
|
+
Copyright (C) 2005 Free Software Foundation, Inc."
|
|
17390
|
+
$echo "This is free software; see the source for copying conditions. There is NO"
|
|
17391
|
+
$echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
17392
|
+
exit $?
|
|
17393
|
+
;;
|
|
17394
|
+
|
|
17395
|
+
Copyright (c) 2005-2006 by: //
|
|
17396
|
+
// //
|
|
17397
|
+
// Authors: //
|
|
17398
|
+
// Michael Dominic K. <michaldominik@gmail.com> //
|
|
17399
|
+
|
|
17400
|
+
Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
|
|
17401
|
+
All rights reserved.
|
|
17402
|
+
|
|
17403
|
+
Redistribution and use in source and binary forms, with or without
|
|
17404
|
+
modification, are permitted provided that the following conditions are
|
|
17405
|
+
met:
|
|
17406
|
+
|
|
17407
|
+
* Redistributions of source code must retain the above copyright
|
|
17408
|
+
notice, this list of conditions and the following disclaimer.
|
|
17409
|
+
|
|
17410
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
17411
|
+
notice, this list of conditions and the following disclaimer in the
|
|
17412
|
+
documentation and/or other materials provided with the distribution.
|
|
17413
|
+
|
|
17414
|
+
|
|
17415
|
+
Copyright (c) 2008 Silken Web - Free BSD License
|
|
17416
|
+
' All rights reserved.
|
|
17417
|
+
'
|
|
17418
|
+
' Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
17419
|
+
' * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer
|
|
17420
|
+
' * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
17421
|
+
' * Neither the name of Silken Web nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
17422
|
+
'
|
|
17423
|
+
|
|
17424
|
+
Copyright (C) 2008 Slava Pestov
|
|
17425
|
+
|
|
17426
|
+
Copyright (C) 2009 Benjamin Kowarsch. All rights reserved.
|
|
17427
|
+
|
|
17428
|
+
Copyright (c) 2014 Fullstack.io. All rights reserved.
|
|
17429
|
+
//
|
|
17430
|
+
|
|
17431
|
+
Copyright (c) 2015 Georg Brandl
|
|
17432
|
+
|
|
17433
|
+
Copyright (c) Curve.Fi, 2020-2023 - all rights reserved
|
|
17434
|
+
@notice Stableswap implementation for up to 8 coins with no rehypothecation,
|
|
17435
|
+
i.e. the AMM does not deposit tokens into other contracts. The Pool contract also
|
|
17436
|
+
records exponential moving averages for coins relative to coin 0.
|
|
17437
|
+
@dev Asset Types:
|
|
17438
|
+
|
|
17439
|
+
Copyright (c) Rich Hickey. All rights reserved.
|
|
17440
|
+
|
|
17441
|
+
Copyright 1996 Institut National de Recherche en Informatique et
|
|
17442
|
+
|
|
17443
|
+
Copyright 2005 Brian Alliet
|
|
17444
|
+
|
|
17445
|
+
\documentclass[11pt]{article}
|
|
17446
|
+
\usepackage{palatino}
|
|
17447
|
+
\usepackage{fullpage}
|
|
17448
|
+
\usepackage{parskip}
|
|
17449
|
+
\usepackage{lhs}
|
|
17450
|
+
|
|
17451
|
+
Copyright 2006-2020 by the Pygments team, see AUTHORS.
|
|
17452
|
+
Copyright 2006-2025 by
|
|
17453
|
+
Copyright 2006-2025 by the Pygments team, see AUTHORS.
|
|
17454
|
+
Copyright 2006-2025 by the Pygments team.
|
|
17455
|
+
|
|
17456
|
+
copyright 2006.
|
|
17457
|
+
Uploaded to HaskellWiki as DancingSudoku.lhs
|
|
17458
|
+
|
|
17459
|
+
I compile on a powerbook G4 (Mac OS X, ghc 6.4.2) using
|
|
17460
|
+
ghc -optc-O3 -funbox-strict-fields -O2 --make -fglasgow-exts
|
|
17461
|
+
|
|
17462
|
+
Copyright 2012 by Luis Majano and Ortus Solutions, Corp
|
|
17463
|
+
|
|
17464
|
+
Copyright 2012 Nokia Siemens Networks Oyj
|
|
17465
|
+
|
|
17466
|
+
copyright = '2006-2024, Georg Brandl and Pygments contributors
|
|
17467
|
+
|
|
17468
|
+
# The version info for the project you're documenting, acts as replacement for
|
|
17469
|
+
# |version| and |release|, also used in various other places throughout the
|
|
17470
|
+
# built documents.
|
|
17471
|
+
|
|
17472
|
+
copyright = True
|
|
17473
|
+
|
|
17474
|
+
# If true, an OpenSearch description file will be output, and all pages will
|
|
17475
|
+
# contain a <link> tag referring to it. The value of this option must be the
|
|
17476
|
+
# base URL from which the finished HTML is served.
|
|
17477
|
+
#html_use_opensearch = ''
|
|
17478
|
+
|
|
17479
|
+
Copyright Since
|
|
17480
|
+
|
|
17481
|
+
copyright' : '\U000000a9
|
|
17482
|
+
'\\textregistered' : '\U000000ae',
|
|
17483
|
+
'\\textonequarter' : '\U000000bc',
|
|
17484
|
+
'\\textonehalf' : '\U000000bd',
|
|
17485
|
+
'\\textthreequarters' : '\U000000be',
|
|
17486
|
+
'\\textordfeminine' : '\U000000aa',
|
|
17487
|
+
'\\textordmasculine' : '\U000000ba',
|
|
17488
|
+
'\\euro' : '\U000020ac',
|
|
17489
|
+
'\\pounds' : '\U000000a3',
|
|
17490
|
+
'\\yen' : '\U000000a5',
|
|
17491
|
+
'\\textcent' : '\U000000a2',
|
|
17492
|
+
'\\textcurrency' : '\U000000a4',
|
|
17493
|
+
'\\textdegree' : '\U000000b0',
|
|
17494
|
+
}
|
|
17495
|
+
|
|
17496
|
+
copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
|
|
17497
|
+
|
|
17498
|
+
copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
|
|
17499
|
+
|
|
17500
|
+
copyright: Copyright 2021 by the Pygments team, see AUTHORS.
|
|
17501
|
+
|
|
17502
|
+
Copyright:: Copyright (c) 2003, 04 by Johannes Barre
|
|
17503
|
+
|
|
17504
|
+
copyright>' : '\U000000a9
|
|
17505
|
+
'\\<registered>' : '\U000000ae',
|
|
17506
|
+
'\\<hyphen>' : '\U000000ad',
|
|
17507
|
+
'\\<inverse>' : '\U000000af',
|
|
17508
|
+
'\\<onequarter>' : '\U000000bc',
|
|
17509
|
+
'\\<onehalf>' : '\U000000bd',
|
|
17510
|
+
'\\<threequarters>' : '\U000000be',
|
|
17511
|
+
'\\<ordfeminine>' : '\U000000aa',
|
|
17512
|
+
'\\<ordmasculine>' : '\U000000ba',
|
|
17513
|
+
'\\<section>' : '\U000000a7',
|
|
17514
|
+
'\\<paragraph>' : '\U000000b6',
|
|
17515
|
+
'\\<exclamdown>' : '\U000000a1',
|
|
17516
|
+
'\\<questiondown>' : '\U000000bf',
|
|
17517
|
+
'\\<euro>' : '\U000020ac',
|
|
17518
|
+
'\\<pounds>' : '\U000000a3',
|
|
17519
|
+
'\\<yen>' : '\U000000a5',
|
|
17520
|
+
'\\<cent>' : '\U000000a2',
|
|
17521
|
+
'\\<currency>' : '\U000000a4',
|
|
17522
|
+
'\\<degree>' : '\U000000b0',
|
|
17523
|
+
'\\<amalg>' : '\U00002a3f',
|
|
17524
|
+
'\\<mho>' : '\U00002127',
|
|
17525
|
+
'\\<lozenge>' : '\U000025ca',
|
|
17526
|
+
'\\<wp>' : '\U00002118',
|
|
17527
|
+
'\\<wrong>' : '\U00002240',
|
|
17528
|
+
'\\<struct>' : '\U000022c4',
|
|
17529
|
+
'\\<acute>' : '\U000000b4',
|
|
17530
|
+
'\\<index>' : '\U00000131',
|
|
17531
|
+
'\\<dieresis>' : '\U000000a8',
|
|
17532
|
+
'\\<cedilla>' : '\U000000b8',
|
|
17533
|
+
'\\<hungarumlaut>' : '\U000002dd',
|
|
17534
|
+
'\\<some>' : '\U000003f5',
|
|
17535
|
+
'\\<newline>' : '\U000023ce',
|
|
17536
|
+
'\\<open>' : '\U00002039',
|
|
17537
|
+
'\\<close>' : '\U0000203a',
|
|
17538
|
+
'\\<here>' : '\U00002302',
|
|
17539
|
+
'\\<^sub>' : '\U000021e9',
|
|
17540
|
+
'\\<^sup>' : '\U000021e7',
|
|
17541
|
+
'\\<^bold>' : '\U00002759',
|
|
17542
|
+
'\\<^bsub>' : '\U000021d8',
|
|
17543
|
+
'\\<^esub>' : '\U000021d9',
|
|
17544
|
+
'\\<^bsup>' : '\U000021d7',
|
|
17545
|
+
'\\<^esup>' : '\U000021d6',
|
|
17546
|
+
}
|
|
17547
|
+
|
|
17548
|
+
Copyright|VersionDescription
|
|
17549
|
+
r'VersionNumber|VersionProduct|VersionTrademarks|Version|'
|
|
17550
|
+
r'VFPXMLProgID|ViewPortHeight|ViewPortLeft|'
|
|
17551
|
+
r'ViewPortTop|ViewPortWidth|VScrollSmallChange|View|Visible|'
|
|
17552
|
+
r'VisualEffect|WhatsThisButton|WhatsThisHelpID|WhatsThisHelp|'
|
|
17553
|
+
r'WhereType|Width|WindowList|WindowState|WindowType|WordWrap|'
|
|
17554
|
+
r'WrapCharInCDATA|WrapInCDATA|WrapMemoInCDATA|XMLAdapter|'
|
|
17555
|
+
r'XMLConstraints|XMLNameIsXPath|XMLNamespace|XMLName|'
|
|
17556
|
+
r'XMLPrefix|XMLSchemaLocation|XMLTable|XMLType|'
|
|
17557
|
+
r'XSDfractionDigits|XSDmaxLength|XSDtotalDigits|'
|
|
17558
|
+
r'XSDtype|ZoomBox)', Name.Attribute),
|
|
17559
|
+
|
|
17560
|
+
(r'\.(ActivateCell|AddColumn|AddItem|AddListItem|AddObject|'
|
|
17561
|
+
r'AddProperty|AddTableSchema|AddToSCC|Add|'
|
|
17562
|
+
r'ApplyDiffgram|Attach|AutoFit|AutoOpen|Box|Build|'
|
|
17563
|
+
r'CancelReport|ChangesToCursor|CheckIn|CheckOut|Circle|'
|
|
17564
|
+
r'CleanUp|ClearData|ClearStatus|Clear|CloneObject|CloseTables|'
|
|
17565
|
+
r'Close|Cls|CursorAttach|CursorDetach|CursorFill|'
|
|
17566
|
+
r'CursorRefresh|DataToClip|DelayedMemoFetch|DeleteColumn|'
|
|
17567
|
+
r'Dock|DoMessage|DoScroll|DoStatus|DoVerb|Drag|Draw|Eval|'
|
|
17568
|
+
r'GetData|GetDockState|GetFormat|GetKey|GetLatestVersion|'
|
|
17569
|
+
r'GetPageHeight|GetPageWidth|Help|Hide|IncludePageInOutput|'
|
|
17570
|
+
r'IndexToItemID|ItemIDToIndex|Item|LoadXML|Line|Modify|'
|
|
17571
|
+
r'MoveItem|Move|Nest|OLEDrag|OnPreviewClose|OutputPage|'
|
|
17572
|
+
r'Point|Print|PSet|Quit|ReadExpression|ReadMethod|'
|
|
17573
|
+
r'RecordRefresh|Refresh|ReleaseXML|Release|RemoveFromSCC|'
|
|
17574
|
+
r'RemoveItem|RemoveListItem|RemoveObject|Remove|'
|
|
17575
|
+
r'Render|Requery|RequestData|ResetToDefault|Reset|Run|'
|
|
17576
|
+
r'SaveAsClass|SaveAs|SetAll|SetData|SetFocus|SetFormat|'
|
|
17577
|
+
r'SetMain|SetVar|SetViewPort|ShowWhatsThis|Show|'
|
|
17578
|
+
r'SupportsListenerType|TextHeight|TextWidth|ToCursor|'
|
|
17579
|
+
r'ToXML|UndoCheckOut|Unnest|UpdateStatus|WhatsThisMode|'
|
|
17580
|
+
r'WriteExpression|WriteMethod|ZOrder)', Name.Function),
|
|
17581
|
+
|
|
17582
|
+
N/A
|
|
17227
17583
|
pypi/setuptools 59.6.0 pypi:setuptools/59.6.0: https://pypi.org/project/setuptools/
|
|
17228
17584
|
(c) *output
|
|
17229
17585
|
}
|
|
@@ -17284,39 +17640,8 @@ pypi/setuptools 59.6.0 pypi:setuptools/59.6.0: https://pypi.org/project/setuptoo
|
|
|
17284
17640
|
|
|
17285
17641
|
Copyright Jason R. Coombs
|
|
17286
17642
|
|
|
17287
|
-
pytest 8.
|
|
17288
|
-
|
|
17289
|
-
|
|
17290
|
-
# ASCII fast path.
|
|
17291
|
-
if 0x20 <= o < 0x07F:
|
|
17292
|
-
|
|
17293
|
-
(c)
|
|
17294
|
-
|
|
17295
|
-
# Control characters.
|
|
17296
|
-
if category == "Cc":
|
|
17297
|
-
|
|
17298
|
-
(C)
|
|
17299
|
-
|
|
17300
|
-
assert all_marks ==
|
|
17301
|
-
|
|
17302
|
-
assert get_unpacked_marks(C, consider_mro=False) == [xfail("c").mark]
|
|
17303
|
-
|
|
17304
|
-
(c)
|
|
17305
|
-
if wc < 0:
|
|
17306
|
-
return -1
|
|
17307
|
-
width += wc
|
|
17308
|
-
|
|
17309
|
-
(c) in ("F", "W"):
|
|
17310
|
-
return 2
|
|
17311
|
-
|
|
17312
|
-
return 1
|
|
17313
|
-
|
|
17314
|
-
Copyright (c) 2004 Holger Krekel and others
|
|
17315
|
-
|
|
17316
|
-
Copyright (c) 2014, Gregory Boissinot
|
|
17317
|
-
|
|
17318
|
-
Copyright Holger Krekel and others, 2004.
|
|
17319
|
-
|
|
17643
|
+
pytest 8.4.0 pypi:pytest/8.4.0: http://pytest.org
|
|
17644
|
+
No Copyrights found
|
|
17320
17645
|
python3-charset-normalizer 3.4.2 pypi:charset-normalizer/3.4.2: https://github.com/ousret/charset_normalizer
|
|
17321
17646
|
(c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input
|
|
17322
17647
|
"""
|
|
@@ -17353,50 +17678,8 @@ python-certifi 2024.7.4 pypi:certifi/2024.7.4: https://certifiio.readthedocs.io/
|
|
|
17353
17678
|
No Copyrights found
|
|
17354
17679
|
python-pluggy 1.6.0 pypi:pluggy/1.6.0: https://pypi.python.org/pypi/pluggy
|
|
17355
17680
|
No Copyrights found
|
|
17356
|
-
python-typing-extensions 4.
|
|
17357
|
-
|
|
17358
|
-
|
|
17359
|
-
with self.assertRaisesRegex(TypeError, non_callable_members_illegal):
|
|
17360
|
-
issubclass(C, PNonCall)
|
|
17361
|
-
|
|
17362
|
-
self.assertIsInstance(C(), PNonCall)
|
|
17363
|
-
|
|
17364
|
-
(C)
|
|
17365
|
-
P.register(C)
|
|
17366
|
-
self.assertIsInstance(C(), P)
|
|
17367
|
-
self.assertIsInstance(C(), D)
|
|
17368
|
-
|
|
17369
|
-
def test_none_on_non_callable_doesnt_block_implementation(self):
|
|
17370
|
-
|
|
17371
|
-
(C)
|
|
17372
|
-
self.assertIsSubclass(C, A)
|
|
17373
|
-
self.assertNotIsSubclass(C, B)
|
|
17374
|
-
|
|
17375
|
-
class D: ...
|
|
17376
|
-
B.register(D)
|
|
17377
|
-
self.assertIsSubclass(D, A)
|
|
17378
|
-
self.assertIsSubclass(D, B)
|
|
17379
|
-
|
|
17380
|
-
(C)
|
|
17381
|
-
self.assertIsSubclass(C, D)
|
|
17382
|
-
self.assertIsInstance(C(), D)
|
|
17383
|
-
|
|
17384
|
-
with self.assertRaisesRegex(TypeError, non_callable_members_illegal):
|
|
17385
|
-
|
|
17386
|
-
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
|
|
17387
|
-
The Netherlands. All rights reserved.
|
|
17388
|
-
|
|
17389
|
-
Permission to use, copy, modify, and distribute this software and its
|
|
17390
|
-
documentation for any purpose and without fee is hereby granted,
|
|
17391
|
-
provided that the above copyright notice appear in all copies and that
|
|
17392
|
-
both that copyright notice and this permission notice appear in
|
|
17393
|
-
supporting documentation, and that the name of Stichting Mathematisch
|
|
17394
|
-
Centrum or CWI not be used in advertising or publicity pertaining to
|
|
17395
|
-
distribution of the software without specific, written prior
|
|
17396
|
-
permission.
|
|
17397
|
-
|
|
17398
|
-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
|
17399
|
-
|
|
17681
|
+
python-typing-extensions 4.14.0 pypi:typing-extensions/4.14.0
|
|
17682
|
+
No Copyrights found
|
|
17400
17683
|
RonnyPfannschmidt/iniconfig 2.1.0 pypi:iniconfig/2.1.0: https://github.com/RonnyPfannschmidt/iniconfig
|
|
17401
17684
|
(C) Ronny Pfannschmidt, Holger Krekel -- MIT licensed
|
|
17402
17685
|
"""
|
|
@@ -24439,12 +24722,12 @@ are permitted provided that the following conditions are met:
|
|
|
24439
24722
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24440
24723
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
24441
24724
|
|
|
24442
|
-
|
|
24725
|
+
copyright (c) 2014, 2019, Oracle and/or its affiliates.
|
|
24443
24726
|
|
|
24444
24727
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24445
24728
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
24446
24729
|
|
|
24447
|
-
|
|
24730
|
+
Copyright (c) 2014, 2019, Oracle and/or its affiliates.
|
|
24448
24731
|
|
|
24449
24732
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24450
24733
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
@@ -24726,12 +25009,12 @@ are permitted provided that the following conditions are met:
|
|
|
24726
25009
|
|
|
24727
25010
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24728
25011
|
|
|
24729
|
-
|
|
25012
|
+
Copyright (c) 2014-2020, Oracle and/or its affiliates.
|
|
24730
25013
|
|
|
24731
25014
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24732
25015
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
24733
25016
|
|
|
24734
|
-
|
|
25017
|
+
copyright (c) 2014-2020, Oracle and/or its affiliates.
|
|
24735
25018
|
|
|
24736
25019
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24737
25020
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
@@ -24845,11 +25128,11 @@ are permitted provided that the following conditions are met:
|
|
|
24845
25128
|
|
|
24846
25129
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
24847
25130
|
|
|
24848
|
-
|
|
25131
|
+
copyright (c) 2015, Oracle and/or its affiliates.
|
|
24849
25132
|
|
|
24850
25133
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24851
25134
|
|
|
24852
|
-
|
|
25135
|
+
Copyright (c) 2015, Oracle and/or its affiliates.
|
|
24853
25136
|
|
|
24854
25137
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24855
25138
|
|
|
@@ -24962,12 +25245,12 @@ are permitted provided that the following conditions are met:
|
|
|
24962
25245
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
24963
25246
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24964
25247
|
|
|
24965
|
-
|
|
25248
|
+
Copyright (c) 2015-2020 Oracle and/or its affiliates.
|
|
24966
25249
|
|
|
24967
25250
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24968
25251
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
24969
25252
|
|
|
24970
|
-
|
|
25253
|
+
copyright (c) 2015-2020 Oracle and/or its affiliates.
|
|
24971
25254
|
|
|
24972
25255
|
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
|
24973
25256
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
@@ -25307,11 +25590,11 @@ are permitted provided that the following conditions are met:
|
|
|
25307
25590
|
|
|
25308
25591
|
copyright (c) 2017 Oracle and/or its affiliates.
|
|
25309
25592
|
|
|
25310
|
-
|
|
25593
|
+
Copyright (c) 2017 Oracle and/or its affiliates.
|
|
25311
25594
|
|
|
25312
25595
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25313
25596
|
|
|
25314
|
-
|
|
25597
|
+
copyright (c) 2017 Oracle and/or its affiliates.
|
|
25315
25598
|
|
|
25316
25599
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25317
25600
|
|
|
@@ -25635,12 +25918,12 @@ modification, are permitted provided that the following conditions are met:
|
|
|
25635
25918
|
|
|
25636
25919
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25637
25920
|
|
|
25638
|
-
|
|
25921
|
+
copyright (c) 2018-2020, Oracle and/or its affiliates.
|
|
25639
25922
|
|
|
25640
25923
|
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
|
|
25641
25924
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25642
25925
|
|
|
25643
|
-
|
|
25926
|
+
Copyright (c) 2018-2020, Oracle and/or its affiliates.
|
|
25644
25927
|
|
|
25645
25928
|
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
|
|
25646
25929
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
@@ -25795,12 +26078,12 @@ For the odd-sized DCT-IV transforms:
|
|
|
25795
26078
|
|
|
25796
26079
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25797
26080
|
|
|
25798
|
-
|
|
26081
|
+
Copyright (c) 2020, Oracle and/or its affiliates.
|
|
25799
26082
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25800
26083
|
|
|
25801
26084
|
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
|
|
25802
26085
|
|
|
25803
|
-
|
|
26086
|
+
copyright (c) 2020, Oracle and/or its affiliates.
|
|
25804
26087
|
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
|
25805
26088
|
|
|
25806
26089
|
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
|
|
@@ -28449,7 +28732,7 @@ third-party archives.
|
|
|
28449
28732
|
---
|
|
28450
28733
|
|
|
28451
28734
|
BSD 3-clause "New" or "Revised" License
|
|
28452
|
-
(gitdb 4.0.12, GitPython 3.1.44, idna 3.10, NumPy 1.24.4, Packaging 25.0, SciPy 1.9.1, smmap 5.0.2, voluptuous 0.15.2)
|
|
28735
|
+
(gitdb 4.0.12, GitPython 3.1.44, idna 3.10, NumPy 1.24.4, Packaging 25.0, Pygments - Python syntax highlighter 2.19.1, SciPy 1.9.1, smmap 5.0.2, voluptuous 0.15.2)
|
|
28453
28736
|
|
|
28454
28737
|
Copyright (c) <YEAR>, <OWNER>
|
|
28455
28738
|
All rights reserved.
|
|
@@ -28537,7 +28820,7 @@ IN THE SOFTWARE
|
|
|
28537
28820
|
---
|
|
28538
28821
|
|
|
28539
28822
|
MIT License
|
|
28540
|
-
(exceptiongroup 1.3.0, flake8 7.2.0, pycodestyle 2.13.0, Pyflakes 3.3.2, pytest 8.
|
|
28823
|
+
(exceptiongroup 1.3.0, flake8 7.2.0, pycodestyle 2.13.0, Pyflakes 3.3.2, pytest 8.4.0, python-pluggy 1.6.0, python3-charset-normalizer 3.4.2, RonnyPfannschmidt/iniconfig 2.1.0, ruamel-yaml 0.18.6, ruamel.yaml.clib 0.2.12, tomli 2.2.1, urllib3 2.4.0)
|
|
28541
28824
|
|
|
28542
28825
|
The MIT License
|
|
28543
28826
|
===============
|
|
@@ -28978,7 +29261,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
28978
29261
|
---
|
|
28979
29262
|
|
|
28980
29263
|
Python Software Foundation License 2.0
|
|
28981
|
-
(python-typing-extensions 4.
|
|
29264
|
+
(python-typing-extensions 4.14.0)
|
|
28982
29265
|
|
|
28983
29266
|
This license was approved as the official PSF License Version 2 on October 22,
|
|
28984
29267
|
2004. The only differences between this and version 1 of the PSF license consist
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: powertrain-build
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2.dev2
|
|
4
4
|
Summary: A Continuous Integration (CI) build system testing all configurations where a Simulink model is used.
|
|
5
5
|
Home-page: https://opendev.org/volvocars/powertrain-build
|
|
6
6
|
Download-URL: https://pypi.org/project/powertrain-build/
|
|
@@ -49,7 +49,7 @@ Dynamic: provides-extra
|
|
|
49
49
|
Dynamic: requires-dist
|
|
50
50
|
Dynamic: summary
|
|
51
51
|
|
|
52
|
-
#
|
|
52
|
+
# powertrain-build
|
|
53
53
|
|
|
54
54
|
A Continuous Integration (CI) build system, testing all configurations where a TargetLink model is used.
|
|
55
55
|
|
|
@@ -30,7 +30,7 @@ class ConfigParserCommon:
|
|
|
30
30
|
self.code_regexes = [(re.compile(r'^\s*#(?P<type>if|ifdef|ifndef) (?P<condition>.*)$'),
|
|
31
31
|
self.parse_if),
|
|
32
32
|
(re.compile(r'^\s*#else.*$'), self.parse_else),
|
|
33
|
-
(re.compile(r'
|
|
33
|
+
(re.compile(r'^\s*#define (\w*)\s?(.*)?'), self.parse_defines),
|
|
34
34
|
(re.compile(r'^\s*#endif.*$'), self.parse_endif)]
|
|
35
35
|
|
|
36
36
|
def parse_line(self, line):
|