winipedia-utils 0.1.11__py3-none-any.whl → 0.1.12__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.
@@ -15,7 +15,7 @@ from typing import Any, final
15
15
 
16
16
  from winipedia_utils.logging.logger import get_logger
17
17
  from winipedia_utils.modules.class_ import get_all_methods_from_cls
18
- from winipedia_utils.modules.function import is_func, unwrap_method
18
+ from winipedia_utils.modules.function import is_func
19
19
  from winipedia_utils.text.string import value_to_truncated_string
20
20
 
21
21
  logger = get_logger(__name__)
@@ -249,7 +249,6 @@ class ImplementationMeta(type):
249
249
  True if the method is marked with @final, False otherwise
250
250
 
251
251
  """
252
- method = unwrap_method(method)
253
252
  return getattr(method, "__final__", False)
254
253
 
255
254
  @staticmethod
@@ -263,7 +262,6 @@ class ImplementationMeta(type):
263
262
  True if the method is marked with @abstractmethod, False otherwise
264
263
 
265
264
  """
266
- method = unwrap_method(method)
267
265
  return getattr(method, "__isabstractmethod__", False)
268
266
 
269
267
  def check_attrs_implemented(cls) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: winipedia-utils
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: A package with many utility functions
5
5
  License: MIT
6
6
  Author: Winipedia
@@ -30,7 +30,7 @@ winipedia_utils/modules/module.py,sha256=mxaAsRl02CAq_bTW2HsmzRWoyC9jKNM8Q4xdgdQ
30
30
  winipedia_utils/modules/package.py,sha256=kCm4pXQdllafo-2dmWZTvaAqRruzh3iF4hseHlCmTlU,12605
31
31
  winipedia_utils/oop/__init__.py,sha256=wGjsVwLbTVEQWOfDJvN9nlvC-3NmAi8Doc2xIrm6e78,47
32
32
  winipedia_utils/oop/mixins/__init__.py,sha256=PDK-cJcdRUfDUCz36qQ5pmMW07G133WtN49OpmILGNI,54
33
- winipedia_utils/oop/mixins/meta.py,sha256=WZkW7jZylXA4k842I-Rd9U9pgW8jDYCkeiZMmIYDNbo,10671
33
+ winipedia_utils/oop/mixins/meta.py,sha256=UpHags1j80OABxW4Q3QYt7A7lLIArvgUrGcWeYJaRyU,10576
34
34
  winipedia_utils/oop/mixins/mixin.py,sha256=GuYdeueiOIHoRi9ds2ztxUcLnrcsBhHAsbrO43N9AGg,1170
35
35
  winipedia_utils/os/__init__.py,sha256=WSLt7tb6HqWRlCGGIEwRfVksF0sLJNeEW3iZeJhGWk0,47
36
36
  winipedia_utils/os/os.py,sha256=ITuiLLfjGBV2jH8tHQfwVzsICT-jY1zUxtwu3ASJBG4,1690
@@ -61,7 +61,7 @@ winipedia_utils/testing/tests/base/utils/utils.py,sha256=dUPDrgAxlfREQb33zz23Mfz
61
61
  winipedia_utils/testing/tests/conftest.py,sha256=8RounBlI8Jq1aLaLNpv84MW4ne8Qq0aavQextDOp5ng,920
62
62
  winipedia_utils/text/__init__.py,sha256=j2bwtK6kyeHI6SnoBjpRju0C1W2n2paXBDlNjNtaUxA,48
63
63
  winipedia_utils/text/string.py,sha256=1jbBftlgxffGgSlPnQh3aRPIr8XekEwpSenjFCW6JyM,3478
64
- winipedia_utils-0.1.11.dist-info/LICENSE,sha256=3PrKJ2CWNrnyyHaC_r0wPDSukVWgmjOxHr__eQVH7cw,1087
65
- winipedia_utils-0.1.11.dist-info/METADATA,sha256=Y8EZRKv9EWxl_cEWCcHT6t3oFO-9kZelBgFLUGyu9iU,12385
66
- winipedia_utils-0.1.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
67
- winipedia_utils-0.1.11.dist-info/RECORD,,
64
+ winipedia_utils-0.1.12.dist-info/LICENSE,sha256=3PrKJ2CWNrnyyHaC_r0wPDSukVWgmjOxHr__eQVH7cw,1087
65
+ winipedia_utils-0.1.12.dist-info/METADATA,sha256=u2sgf1gcfep7whVI1VvB9GMrkXyvX2rNl_FxzxIQ5Zs,12385
66
+ winipedia_utils-0.1.12.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
67
+ winipedia_utils-0.1.12.dist-info/RECORD,,