xlwings-utils 25.0.0.post4__py3-none-any.whl → 25.0.0.post5__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 xlwings-utils might be problematic. Click here for more details.
- xlwings_utils/xlwings_utils.py +3 -2
- {xlwings_utils-25.0.0.post4.dist-info → xlwings_utils-25.0.0.post5.dist-info}/METADATA +1 -1
- xlwings_utils-25.0.0.post5.dist-info/RECORD +6 -0
- xlwings_utils-25.0.0.post4.dist-info/RECORD +0 -6
- {xlwings_utils-25.0.0.post4.dist-info → xlwings_utils-25.0.0.post5.dist-info}/WHEEL +0 -0
- {xlwings_utils-25.0.0.post4.dist-info → xlwings_utils-25.0.0.post5.dist-info}/top_level.txt +0 -0
xlwings_utils/xlwings_utils.py
CHANGED
|
@@ -655,9 +655,10 @@ class Capture:
|
|
|
655
655
|
...
|
|
656
656
|
"""
|
|
657
657
|
|
|
658
|
-
def __init__(self):
|
|
658
|
+
def __init__(self, enabled=True, include_print=False):
|
|
659
659
|
self.stdout = sys.stdout
|
|
660
|
-
self._include_print =
|
|
660
|
+
self._include_print = include_print
|
|
661
|
+
self.enabled=enabled
|
|
661
662
|
self._buffer = []
|
|
662
663
|
|
|
663
664
|
def __enter__(self):
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
+
xlwings_utils/xlwings_utils.py,sha256=X_EAhFGojjiAUIia11YhMu8B7H6NXKRUtINN20cI2x4,20961
|
|
3
|
+
xlwings_utils-25.0.0.post5.dist-info/METADATA,sha256=7uEqHmrhgVwHhfB3ZoDNbMR-7UEk9jCHBIg1_xmxf_k,9713
|
|
4
|
+
xlwings_utils-25.0.0.post5.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
+
xlwings_utils-25.0.0.post5.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
+
xlwings_utils-25.0.0.post5.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
-
xlwings_utils/xlwings_utils.py,sha256=j0FNzIJ1eu56uk1m3T739pslbl-gL8duZY0oofXzaC4,20889
|
|
3
|
-
xlwings_utils-25.0.0.post4.dist-info/METADATA,sha256=IhzzvU8yc2eO58cjjgM-nngwqCFXl77TabmB2Mmttxc,9713
|
|
4
|
-
xlwings_utils-25.0.0.post4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
-
xlwings_utils-25.0.0.post4.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
-
xlwings_utils-25.0.0.post4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|