mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
make shlex.shlex Iterator (#12756)
This commit is contained in:
@@ -27,7 +27,7 @@ def join(split_command: Iterable[str]) -> str: ...
|
||||
def quote(s: str) -> str: ...
|
||||
|
||||
# TODO: Make generic over infile once PEP 696 is implemented.
|
||||
class shlex(Iterable[str]):
|
||||
class shlex:
|
||||
commenters: str
|
||||
wordchars: str
|
||||
whitespace: str
|
||||
|
||||
Reference in New Issue
Block a user