python-iterutils 0.2.3__py3-none-any.whl → 0.2.3.1__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.
- iterutils/__init__.py +0 -33
- {python_iterutils-0.2.3.dist-info → python_iterutils-0.2.3.1.dist-info}/METADATA +1 -1
- python_iterutils-0.2.3.1.dist-info/RECORD +7 -0
- python_iterutils-0.2.3.dist-info/RECORD +0 -7
- {python_iterutils-0.2.3.dist-info → python_iterutils-0.2.3.1.dist-info}/LICENSE +0 -0
- {python_iterutils-0.2.3.dist-info → python_iterutils-0.2.3.1.dist-info}/WHEEL +0 -0
iterutils/__init__.py
CHANGED
|
@@ -813,39 +813,6 @@ async def iter_gen_step_async(
|
|
|
813
813
|
await close()
|
|
814
814
|
|
|
815
815
|
|
|
816
|
-
@overload
|
|
817
|
-
def run_gen_step(
|
|
818
|
-
gen_step: Generator | Callable[[], Generator],
|
|
819
|
-
may_await: bool | Literal[1] = True,
|
|
820
|
-
may_call: bool | Literal[1] = True,
|
|
821
|
-
threaded: bool = False,
|
|
822
|
-
running_flag: None | SupportsBool | Callable[[], SupportsBool] | Callable[[], Awaitable[SupportsBool]] = None,
|
|
823
|
-
*,
|
|
824
|
-
async_: None = None,
|
|
825
|
-
):
|
|
826
|
-
...
|
|
827
|
-
@overload
|
|
828
|
-
def run_gen_step(
|
|
829
|
-
gen_step: Generator | Callable[[], Generator],
|
|
830
|
-
may_await: bool | Literal[1] = True,
|
|
831
|
-
may_call: bool | Literal[1] = True,
|
|
832
|
-
threaded: bool = False,
|
|
833
|
-
running_flag: None | SupportsBool | Callable[[], SupportsBool] | Callable[[], Awaitable[SupportsBool]] = None,
|
|
834
|
-
*,
|
|
835
|
-
async_: Literal[False],
|
|
836
|
-
):
|
|
837
|
-
...
|
|
838
|
-
@overload
|
|
839
|
-
def run_gen_step(
|
|
840
|
-
gen_step: Generator | Callable[[], Generator],
|
|
841
|
-
may_await: bool | Literal[1] = True,
|
|
842
|
-
may_call: bool | Literal[1] = True,
|
|
843
|
-
threaded: bool = False,
|
|
844
|
-
running_flag: None | SupportsBool | Callable[[], SupportsBool] | Callable[[], Awaitable[SupportsBool]] = None,
|
|
845
|
-
*,
|
|
846
|
-
async_: Literal[True],
|
|
847
|
-
) -> Coroutine:
|
|
848
|
-
...
|
|
849
816
|
def run_gen_step(
|
|
850
817
|
gen_step: Generator | Callable[[], Generator],
|
|
851
818
|
may_await: bool | Literal[1] = True,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
|
2
|
+
iterutils/__init__.py,sha256=YfF1KgDwO1-35LWZ7eY8ppTD9EbmDEzRsOGzB6jkzco,38379
|
|
3
|
+
iterutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
python_iterutils-0.2.3.1.dist-info/LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
|
5
|
+
python_iterutils-0.2.3.1.dist-info/METADATA,sha256=Si7DMibcH8kd1tQ-0PrzpBsJOtOU_Dvdk8GcfGrY5kM,1469
|
|
6
|
+
python_iterutils-0.2.3.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
7
|
+
python_iterutils-0.2.3.1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
|
2
|
-
iterutils/__init__.py,sha256=egZxWU804STaONEuyAjvI2R-nUbTXx1wU4AECgYu0jg,39456
|
|
3
|
-
iterutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
python_iterutils-0.2.3.dist-info/LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
|
|
5
|
-
python_iterutils-0.2.3.dist-info/METADATA,sha256=ZdhvscMtLIfrgiGyeXC30ZTSXg2v0J98cLu9YpVt7uo,1467
|
|
6
|
-
python_iterutils-0.2.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
7
|
-
python_iterutils-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|