How to Install and Uninstall python312-overrides Package on openSuSE Tumbleweed
Last updated: December 27,2024
1. Install "python312-overrides" package
Please follow the step by step instructions below to install python312-overrides on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-overrides
Copied
2. Uninstall "python312-overrides" package
Please follow the guidance below to uninstall python312-overrides on openSuSE Tumbleweed:
$
sudo zypper remove
python312-overrides
Copied
3. Information about the python312-overrides package on openSuSE Tumbleweed
Information for package python312-overrides:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-overrides
Version : 7.7.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 136.7 KiB
Installed : No
Status : not installed
Source package : python-overrides-7.7.0-1.4.src
Upstream URL : https://github.com/mkorpela/overrides
Summary : A decorator to automatically detect mismatch when overriding a method
Description :
A decorator @override that verifies that a method that should override
an inherited method actually does it.
Copies the docstring of the inherited method to the overridden method.
Since signature validation and docstring inheritance are performed on
class creation and not on class instantiation, this library significantly
improves the safety and experience of creating class hierarchies in Python
without significantly impacting performance.
See https://stackoverflow.com/q/1167617 for the initial inspiration for
this library.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-overrides
Version : 7.7.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 136.7 KiB
Installed : No
Status : not installed
Source package : python-overrides-7.7.0-1.4.src
Upstream URL : https://github.com/mkorpela/overrides
Summary : A decorator to automatically detect mismatch when overriding a method
Description :
A decorator @override that verifies that a method that should override
an inherited method actually does it.
Copies the docstring of the inherited method to the overridden method.
Since signature validation and docstring inheritance are performed on
class creation and not on class instantiation, this library significantly
improves the safety and experience of creating class hierarchies in Python
without significantly impacting performance.
See https://stackoverflow.com/q/1167617 for the initial inspiration for
this library.