mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Bump mypy to 1.11.1 (#12463)
This commit is contained in:
@@ -239,13 +239,13 @@ class ColumnBase(Node):
|
||||
def __invert__(self): ...
|
||||
__and__: Incomplete
|
||||
__or__: Incomplete
|
||||
__add__: Callable[[Self, Any], Expression]
|
||||
def __add__(self, rhs: Any) -> Expression: ...
|
||||
__sub__: Incomplete
|
||||
__mul__: Callable[[Self, Any], Expression]
|
||||
__div__: Callable[[Self, Any], Expression]
|
||||
__truediv__: Callable[[Self, Any], Expression]
|
||||
__xor__: Callable[[Self, Any], Expression]
|
||||
__radd__: Callable[[Self, Any], Expression]
|
||||
def __radd__(self, rhs: Any) -> Expression: ...
|
||||
__rsub__: Callable[[Self, Any], Expression]
|
||||
__rmul__: Callable[[Self, Any], Expression]
|
||||
__rdiv__: Callable[[Self, Any], Expression]
|
||||
|
||||
Reference in New Issue
Block a user