mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
@@ -1,3 +1,3 @@
|
||||
version = "7.2.*"
|
||||
version = "7.3.*"
|
||||
upstream_repository = "https://github.com/pycqa/flake8"
|
||||
requires = ["types-pyflakes"]
|
||||
|
||||
@@ -3,3 +3,7 @@ from typing import Final
|
||||
FSTRING_START: Final[int]
|
||||
FSTRING_MIDDLE: Final[int]
|
||||
FSTRING_END: Final[int]
|
||||
|
||||
TSTRING_START: Final[int]
|
||||
TSTRING_MIDDLE: Final[int]
|
||||
TSTRING_END: Final[int]
|
||||
|
||||
@@ -43,6 +43,7 @@ class FileProcessor:
|
||||
def __init__(self, filename: str, options: Namespace, lines: list[str] | None = None) -> None: ...
|
||||
@property
|
||||
def file_tokens(self) -> list[TokenInfo]: ...
|
||||
def tstring_start(self, lineno: int) -> None: ...
|
||||
def fstring_start(self, lineno: int) -> None: ...
|
||||
def multiline_string(self, token: TokenInfo) -> Generator[str, None, None]: ...
|
||||
def reset_blank_before(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user