usenetbinary-newsreadertvseriesplexswizzinembyseedboxtvdbnzbgetsubtitlewebuiquickboxtraktkodistabletvshowsqnaptautullifanartsickbeard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.2 KiB
19 lines
1.2 KiB
# Stubs for soupsieve_py3 (Python 3)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from . import css_match as cm
|
|
from .util import DEBUG as DEBUG, SelectorSyntaxError as SelectorSyntaxError
|
|
from typing import Any, Optional
|
|
|
|
SoupSieve = cm.SoupSieve
|
|
|
|
def compile(pattern: Any, namespaces: Optional[Any] = ..., flags: int = ..., **kwargs: Any): ...
|
|
def closest(select: Any, tag: Any, namespaces: Optional[Any] = ..., flags: int = ..., **kwargs: Any): ...
|
|
def match(select: Any, tag: Any, namespaces: Optional[Any] = ..., flags: int = ..., **kwargs: Any): ...
|
|
def filter(select: Any, iterable: Any, namespaces: Optional[Any] = ..., flags: int = ..., **kwargs: Any): ...
|
|
def comments(tag: Any, limit: int = ..., flags: int = ..., **kwargs: Any): ...
|
|
def icomments(tag: Any, limit: int = ..., flags: int = ..., **kwargs: Any) -> None: ...
|
|
def select_one(select: Any, tag: Any, namespaces: Optional[Any] = ..., flags: int = ..., **kwargs: Any): ...
|
|
def select(select: Any, tag: Any, namespaces: Optional[Any] = ..., limit: int = ..., flags: int = ..., **kwargs: Any): ...
|
|
def iselect(select: Any, tag: Any, namespaces: Optional[Any] = ..., limit: int = ..., flags: int = ..., **kwargs: Any) -> None: ...
|
|
|