Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-06-25 11:47:21 +07:00
parent 6868036b2b
commit 7359fabb64

View File

@@ -56,7 +56,9 @@ def file_open(
subdir: str = ...,
pathinfo: bool = ...,
filter_ext: Any | None = ...,
env: Environment | None = ...,
): ...
def file_open_temporary_directory(env: Environment) -> Iterator[str]: ...
def flatten(list) -> list: ...
def reverse_enumerate(l): ...
def partition(