mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Update mypy to 1.18.1 (#14699)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from typing import Final
|
||||
from typing_extensions import Self
|
||||
|
||||
from .book import Book, Name
|
||||
from .timemachine import *
|
||||
@@ -64,8 +63,9 @@ class Ref3D(tuple[int, int, int, int, int, int, int, int, int, int, int, int]):
|
||||
rowxhi: int
|
||||
colxlo: int
|
||||
colxhi: int
|
||||
def __new__(cls, atuple: tuple[int, int, int, int, int, int, int, int, int, int, int, int]) -> Self: ...
|
||||
def __init__(self, atuple: tuple[int, int, int, int, int, int, int, int, int, int, int, int]) -> None: ...
|
||||
def __init__( # pyright: ignore[reportInconsistentConstructor]
|
||||
self, atuple: tuple[int, int, int, int, int, int, int, int, int, int, int, int]
|
||||
) -> None: ...
|
||||
|
||||
def evaluate_name_formula(bk: Book, nobj: Name, namex: str, blah: int = 0, level: int = 0) -> None: ...
|
||||
def decompile_formula(
|
||||
|
||||
Reference in New Issue
Block a user