mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
[Pygments] Update to 2.20.0 (#15605)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Iterable
|
||||
|
||||
CS_ESCAPE: Incomplete
|
||||
FIRST_ELEMENT: Incomplete
|
||||
|
||||
def commonprefix(m: Iterable[str]) -> str: ...
|
||||
def make_charset(letters): ...
|
||||
def regex_opt_inner(strings, open_paren): ...
|
||||
def regex_opt(strings, prefix: str = "", suffix: str = ""): ...
|
||||
|
||||
Reference in New Issue
Block a user