python-injection 0.8.4__py3-none-any.whl → 0.8.4.post0__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.

Potentially problematic release.


This version of python-injection might be problematic. Click here for more details.

injection/core/module.py CHANGED
@@ -291,7 +291,7 @@ class Container(Broker):
291
291
  mode = Mode(mode)
292
292
  records = {
293
293
  cls: Record(injectable, mode)
294
- for cls in self.__filter_classes(classes, mode)
294
+ for cls in self.__classes_to_update(classes, mode)
295
295
  }
296
296
 
297
297
  if records:
@@ -316,7 +316,7 @@ class Container(Broker):
316
316
  def notify(self, event: Event):
317
317
  return self.__channel.dispatch(event)
318
318
 
319
- def __filter_classes(
319
+ def __classes_to_update(
320
320
  self,
321
321
  classes: Iterable[type | UnionType],
322
322
  mode: Mode,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-injection
3
- Version: 0.8.4
3
+ Version: 0.8.4.post0
4
4
  Summary: Fast and easy dependency injection framework.
5
5
  Home-page: https://github.com/100nm/python-injection
6
6
  License: MIT
@@ -9,11 +9,11 @@ injection/common/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
9
9
  injection/common/tools/threading.py,sha256=RAtzBFLVNJMflWIHxrP83fjafnFq8_JLgFoYQg8nVyE,182
10
10
  injection/common/tools/type.py,sha256=05fD5UkUI1kPoFWEjQz4j266SYfJQMK-Ti88JXNxb_M,1276
11
11
  injection/core/__init__.py,sha256=zuf0ubI2dHnbjn1059eduhS-ACIkkROa6-dhp10krh0,22
12
- injection/core/module.py,sha256=UpkT6xLMUW9IG1yCywzyZo_X5RVU8N3ATFmPyKItLu4,20590
12
+ injection/core/module.py,sha256=xdH0w4deIFhOU34oKd-T7wS-dB3AicN89gCChKSjWIM,20596
13
13
  injection/exceptions.py,sha256=f2lVSTAx-Nv89s0skn15y-sCkr656ROuWYs-XlrcEn8,683
14
14
  injection/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  injection/integrations/blacksheep.py,sha256=dFXzrxkJRy9z44CcwG0ROYshT3zUZTVyuQkRy390RvU,765
16
16
  injection/utils.py,sha256=_79aiciimZpuoUTz5lojKySUMMzpkU-e7SotiHIFTI8,676
17
- python_injection-0.8.4.dist-info/METADATA,sha256=P-ER2tDlSc4aDyzfrBneT7k8_lr6obXcIPJ7O3RfS0g,3672
18
- python_injection-0.8.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
19
- python_injection-0.8.4.dist-info/RECORD,,
17
+ python_injection-0.8.4.post0.dist-info/METADATA,sha256=HvubVzCGY3UkGSOMRW77CNn8GBQGlnwm1ayxJB-n2IM,3678
18
+ python_injection-0.8.4.post0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
19
+ python_injection-0.8.4.post0.dist-info/RECORD,,