stouputils 1.18.4__py3-none-any.whl → 1.18.5__py3-none-any.whl

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.
stouputils/decorators.py CHANGED
@@ -628,12 +628,6 @@ def _set_wrapper_name(wrapper: Callable[..., Any], name: str) -> None:
628
628
  # __name__ affects repr and some introspection
629
629
  wrapper.__name__ = name
630
630
 
631
- # __qualname__ helps when using nested scopes and in some introspection tools
632
- try:
633
- wrapper.__qualname__ = name
634
- except Exception:
635
- pass
636
-
637
631
  # Update the code object's co_name so tracebacks show the new name
638
632
  try:
639
633
  wrapper.__code__ = wrapper.__code__.replace(co_name=name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: stouputils
3
- Version: 1.18.4
3
+ Version: 1.18.5
4
4
  Summary: Stouputils is a collection of utility modules designed to simplify and enhance the development process. It includes a range of tools for tasks such as execution of doctests, display utilities, decorators, as well as context managers, and many more.
5
5
  Keywords: utilities,tools,helpers,development,python
6
6
  Author: Stoupy51
@@ -109,7 +109,7 @@ stouputils/data_science/scripts/exhaustive_process.py,sha256=Dc5gceIlIiP8U0m1qt3
109
109
  stouputils/data_science/scripts/preprocess_dataset.py,sha256=OLC2KjEtSMeyHHPpNOATfNDuq0lZ09utKhsuzBA4MN4,2929
110
110
  stouputils/data_science/scripts/routine.py,sha256=FkTLzmcdm_qUp69D-dPAKJm2RfXZZLtPgje6lEopu2I,7662
111
111
  stouputils/data_science/utils.py,sha256=HFXI2RQZ53RbBOn_4Act2bi0z4xQlTtsuR5Am80v9JU,11084
112
- stouputils/decorators.py,sha256=n09JOhE7WamBuD1bmRPI4dBezZuAyP9-s34C_MfvlCs,22677
112
+ stouputils/decorators.py,sha256=t1MIMrh_veMkIAA-kHxVcYUtS6LmLi9XaT_kqA4u0C8,22529
113
113
  stouputils/decorators.pyi,sha256=cFPYyQOR6hFq2sOmDXjT9Ozfl2UcU1avPwbd5ffL6ho,11249
114
114
  stouputils/image.py,sha256=E6RYfLhE19KGxn9VdgPCTYXVmOUNK8Qe3RrwSp9OiPs,16479
115
115
  stouputils/image.pyi,sha256=bGbNTG4piQ2PCLFqZCE360O8yE635cKX94SGK0aHNJ8,8311
@@ -156,7 +156,7 @@ stouputils/typing.py,sha256=TwvxrvxhBRkyHkoOpfyXebN13M3xJb8MAjKXiNIWjew,2205
156
156
  stouputils/typing.pyi,sha256=U2UmFZausMYpnsUQROQE2JOwHcjx2hKV0rJuOdR57Ew,1341
157
157
  stouputils/version_pkg.py,sha256=Jsp-s03L14DkiZ94vQgrlQmaxApfn9DC8M_nzT1SJLk,7014
158
158
  stouputils/version_pkg.pyi,sha256=QPvqp1U3QA-9C_CC1dT9Vahv1hXEhstbM7x5uzMZSsQ,755
159
- stouputils-1.18.4.dist-info/WHEEL,sha256=e_m4S054HL0hyR3CpOk-b7Q7fDX6BuFkgL5OjAExXas,80
160
- stouputils-1.18.4.dist-info/entry_points.txt,sha256=tx0z9VOnE-sfkmbFbA93zaBMzV3XSsKEJa_BWIqUzxw,57
161
- stouputils-1.18.4.dist-info/METADATA,sha256=4VyZ0zxM9F5r4C1No_8NCtX6LOgUgU0rQrR2XrA0zkU,14011
162
- stouputils-1.18.4.dist-info/RECORD,,
159
+ stouputils-1.18.5.dist-info/WHEEL,sha256=e_m4S054HL0hyR3CpOk-b7Q7fDX6BuFkgL5OjAExXas,80
160
+ stouputils-1.18.5.dist-info/entry_points.txt,sha256=tx0z9VOnE-sfkmbFbA93zaBMzV3XSsKEJa_BWIqUzxw,57
161
+ stouputils-1.18.5.dist-info/METADATA,sha256=EZJ0wIP6L2MHi74YnsJio3ofTMjC4k5ca9tlf6OSXmM,14011
162
+ stouputils-1.18.5.dist-info/RECORD,,