mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Upgrade to stubtest with dunder pos only reverted (#7442)
This commit is contained in:
@@ -22,6 +22,8 @@ class FilterNode:
|
||||
assertion: Any
|
||||
elements: Any
|
||||
def __init__(self, tag: Any | None = ..., assertion: Any | None = ...) -> None: ...
|
||||
def __str__(self, pos: int = ...) -> str: ...
|
||||
def __repr__(self, pos: int = ...) -> str: ...
|
||||
def append(self, filter_node): ...
|
||||
|
||||
def evaluate_match(match, schema, auto_escape, auto_encode, validator, check_names): ...
|
||||
|
||||
Reference in New Issue
Block a user