python-overrides 7.7.0-2 source package in Ubuntu

Changelog

python-overrides (7.7.0-2) unstable; urgency=medium

  * Source-only upload

 -- Julian Gilbey <email address hidden>  Tue, 16 Apr 2024 21:46:58 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-overrides_7.7.0-2.dsc 2.1 KiB 645ed29d4488689f62eb1c5139b8bb34c56af68547d5ed093d70a73e8f442996
python-overrides_7.7.0.orig.tar.gz 20.8 KiB 0d2b70ba4b51d6f9007fa830f425083b708438515bc284853ccd0ff47aacb0cc
python-overrides_7.7.0-2.debian.tar.xz 1.7 KiB 0740d98c674119fa637865ca4654239602104acdb8cc6c5a7fbfe0a377a7c7f4

No changes file available.

Binary packages built by this source

python3-overrides: Python decorator to verify that expected overrides are maintained

 Provides a decorator @override that verifies that a method that
 should override an inherited method actually does it. Python has no
 standard mechanism by which to guarantee that (1) a method that
 previously overrode an inherited method continues to do so, and (2) a
 method that previously did not override an inherited will not
 override now. This package allows this to be addressed in an automated
 manner.