fix Var.contains pyi (#3663)
This commit is contained in:
parent
86a2f923f6
commit
dc33d208b4
@ -118,7 +118,7 @@ class Var:
|
|||||||
def __or__(self, other: Var) -> Var: ...
|
def __or__(self, other: Var) -> Var: ...
|
||||||
def __ror__(self, other: Var) -> Var: ...
|
def __ror__(self, other: Var) -> Var: ...
|
||||||
def __contains__(self, _: Any) -> Var: ...
|
def __contains__(self, _: Any) -> Var: ...
|
||||||
def contains(self, other: Any) -> Var: ...
|
def contains(self, other: Any, field: Union[Var, None] = None) -> Var: ...
|
||||||
def reverse(self) -> Var: ...
|
def reverse(self) -> Var: ...
|
||||||
def foreach(self, fn: Callable) -> Var: ...
|
def foreach(self, fn: Callable) -> Var: ...
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user