# Source: python-wrapt # Package: python-wrapt-doc # Versions: python-wrapt-doc (2.1.1-2), python-wrapt-doc (2.1.1-3) # This Description is active # This Description is owned # Prioritize: 46 Description: decorators, wrappers and monkey patching - doc The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. . The wrapt module focuses very much on correctness. It therefore goes way beyond existing mechanisms such as functools.wraps() to ensure that decorators preserve introspectability, signatures, type checking abilities etc. The decorators that can be constructed using this module will work in far more scenarios than typical decorators and provide more predictable and consistent behaviour. . To ensure that the overhead is as minimal as possible, a C extension module is used for performance critical components. An automatic fallback to a pure Python implementation is also provided where a target system does not have a compiler to allow the C extension to be compiled. . This package contains the documentation. Description-da: Dekoratører, omslag og monkey-rettelse - dokumentation Formålet med wrapt-modulet er at tilbyde en gennemsigtig objekt-proxy for Python, som kan bruges som grundlag for konstruktionen af funktionsomslag og dekoratørfunktioner. . Wrapt-modulet fokuserer meget på korrekthed. Det går derfor langt videre end eksisterende mekanismer såsom functools.wraps() for at sikre at dekoratører bevarer introspektabilitet, underskrifter, type-kontrol etc. Dekoratørerne der kan konstrueres via dette modul vil fungere i mange flere scenarier end typiske dekoratører og tilbyde mere forudsigelig og konsistent opførsel. . For at sikre at belastningen er så lille så muligt, så bruges et C-udvidelsesmodul for ydelseskritiske komponenter. En automatisk reserve til ren Python bruges hvor et målsystem ikke har en kompiler så C-udvidelsen kan kompileres. . Denne pakke indeholder dokumentationen. # other Descriptions of the python-wrapt-doc package with a translation in da: # # Description-id: 222255 https://ddtp.debian.org/ddt.cgi?desc_id=222255 # patch https://ddtp.debian.org/ddt.cgi?diff1=222255&diff2=323102&language=da # This Description was in forky from 2025-08-10 to 2026-03-28; # This Description was in trixie from 2023-06-12 to 2026-07-13; # This Description was in bookworm from 2021-08-18 to 2026-07-13; # This Description was in bullseye from 2020-03-03 to 2024-09-02; # This Description was in jessie from 2014-06-15 to 2018-06-26; # This Description was in stretch from 2015-05-03 to 2020-07-21; # This Description was in buster from 2017-07-28 to 2022-09-13; # This Description was in sid from 2014-06-05 to 2026-03-26; #