Salome HOME
style: black format
authorGbkng <guillaume.brooking@gmail.com>
Sun, 17 Dec 2023 15:42:09 +0000 (16:42 +0100)
committerGbkng <guillaume.brooking@gmail.com>
Mon, 22 Jan 2024 14:16:54 +0000 (15:16 +0100)
commit80b7f91c02b44d64367227e40bf9bc8095f88e8e
tree8fb7fc7227999d1cc48e6c7764bab4611f6facd1
parent53cbda73b2160545a52880367cc5e11732930e5e
style: black format
146 files changed:
AllTestLauncherSat.py
__init__.py
commands/__init__.py
commands/application.py
commands/check.py
commands/clean.py
commands/compile.py
commands/config.py
commands/configure.py
commands/doc.py
commands/environ.py
commands/find_duplicates.py
commands/generate.py
commands/init.py
commands/install.py
commands/job.py
commands/jobs.py
commands/launcher.py
commands/log.py
commands/make.py
commands/makeinstall.py
commands/package.py
commands/patch.py
commands/prepare.py
commands/run.py
commands/script.py
commands/shell.py
commands/source.py
commands/source_update.py
commands/template.py
commands/test.py
commands/update.py
data/templates/Application/config/compile.py
data/templates/PythonComponent/src/Controller/Controller.py
data/templates/PythonComponent/src/Dialog/CreateCircleDialog.py
data/templates/PythonComponent/src/Dialog/CreatePolylineDialog.py
data/templates/PythonComponent/src/Dialog/Dialog.py
data/templates/PythonComponent/src/Dialog/DialogEdit.py
data/templates/PythonComponent/src/Dialog/EditCenterDialog.py
data/templates/PythonComponent/src/Dialog/EditPointDialog.py
data/templates/PythonComponent/src/Dialog/EditRadiusDialog.py
data/templates/PythonComponent/src/Dialog/RenameDialog.py
data/templates/PythonComponent/src/Model/Circle.py
data/templates/PythonComponent/src/Model/Model.py
data/templates/PythonComponent/src/Model/Polyline.py
data/templates/PythonComponent/src/StandAlone/Desktop.py
data/templates/PythonComponent/src/StandAlone/StandalonePYCMPGUI.py
data/templates/PythonComponent/src/View/CircleGraphicsScene.py
data/templates/PythonComponent/src/View/CircleTreeWidgetItem.py
data/templates/PythonComponent/src/View/GraphicsRectItem.py
data/templates/PythonComponent/src/View/GraphicsScene.py
data/templates/PythonComponent/src/View/GraphicsView.py
data/templates/PythonComponent/src/View/Menu.py
data/templates/PythonComponent/src/View/PolyGraphicsScene.py
data/templates/PythonComponent/src/View/PolyTreeWidgetItem.py
data/templates/PythonComponent/src/View/TreeWidget.py
data/templates/PythonComponent/src/View/TreeWidgetItem.py
data/templates/PythonComponent/src/View/View.py
data/templates/PythonComponent8/src/Controller/Controller.py
data/templates/PythonComponent8/src/Dialog/CreateCircleDialog.py
data/templates/PythonComponent8/src/Dialog/CreatePolylineDialog.py
data/templates/PythonComponent8/src/Dialog/EditCenterDialog.py
data/templates/PythonComponent8/src/Dialog/EditPointDialog.py
data/templates/PythonComponent8/src/Dialog/EditRadiusDialog.py
data/templates/PythonComponent8/src/Dialog/RenameDialog.py
data/templates/PythonComponent8/src/Model/Circle.py
data/templates/PythonComponent8/src/Model/Polyline.py
data/templates/PythonComponent8/src/StandAlone/Desktop.py
data/templates/PythonComponent8/src/StandAlone/StandalonePYCMPGUI.py
data/templates/PythonComponent8/src/View/CircleGraphicsScene.py
data/templates/PythonComponent8/src/View/CircleTreeWidgetItem.py
data/templates/PythonComponent8/src/View/GraphicsRectItem.py
data/templates/PythonComponent8/src/View/GraphicsView.py
data/templates/PythonComponent8/src/View/Menu.py
data/templates/PythonComponent8/src/View/PolyGraphicsScene.py
data/templates/PythonComponent8/src/View/PolyTreeWidgetItem.py
data/templates/PythonComponent8/src/View/TreeWidget.py
doc/_themes/alabaster/alabaster/__init__.py
doc/_themes/alabaster/alabaster/_version.py
doc/_themes/alabaster/alabaster/support.py
doc/_themes/alabaster/docs/conf.py
doc/_themes/alabaster/setup.py
doc/_themes/alabaster/tasks.py
doc/src/conf.py
src/ElementPath.py
src/ElementTree.py
src/ElementTreePython2.py
src/ElementTreePython3.py
src/__init__.py
src/architecture.py
src/callerName.py
src/colorama/__init__.py
src/colorama/ansi.py
src/colorama/ansitowin32.py
src/colorama/initialise.py
src/colorama/win32.py
src/colorama/winterm.py
src/compilation.py
src/debug.py
src/environment.py
src/fileEnviron.py
src/fork.py
src/i18n/i18nTest.py
src/i18n/translate.py
src/logger.py
src/loggingSimple.py
src/options.py
src/printcolors.py
src/product.py
src/pyconf.py
src/returnCode.py
src/salomeTools.py
src/template.py
src/test/TOOLS.py
src/test_module.py
src/utilsSat.py
src/versionMinorMajorPatch.py
src/xmlManager.py
test/initializeTest.py
test/test_020_debug.py
test/test_021_versionMinorMajorPatch.py
test/test_024_logging.py
test/test_035_pyconf.py
test/test_100_satHelp.py
test/test_500_APPLI_TEST.py
test/test_501_paramiko.py
test/test_sat5_0/compilation/test_compilation.py
test/test_sat5_0/compilation/test_configure.py
test/test_sat5_0/compilation/test_make.py
test/test_sat5_0/compilation/test_makeinstall.py
test/test_sat5_0/config/test_option_copy.py
test/test_sat5_0/config/test_option_edit.py
test/test_sat5_0/config/test_option_value.py
test/test_sat5_0/config/test_option_value_2.py
test/test_sat5_0/environ/test_environ.py
test/test_sat5_0/job/test_job.py
test/test_sat5_0/jobs/test_jobs.py
test/test_sat5_0/log/test_launch_browser.py
test/test_sat5_0/log/test_launch_browser2.py
test/test_sat5_0/prepare/test_clean.py
test/test_sat5_0/prepare/test_patch.py
test/test_sat5_0/prepare/test_prepare.py
test/test_sat5_0/prepare/test_source.py
test/test_sat5_0/shell/test_shell.py
test/test_sat5_0/test/test_command.py
unittestpy/HTMLTestRunner.py