mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Bump mypy to 1.9, add to json.encoder, small fixups (#11549)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -4,6 +4,8 @@ from typing import Any, Literal
|
||||
|
||||
g_token_cache: dict[str, list[tuple[str, str]]] # undocumented
|
||||
python3: Literal[True]
|
||||
string_type = str
|
||||
unicode_type = str
|
||||
|
||||
def unicode(x: str, y: str) -> str: ...
|
||||
def render(
|
||||
|
||||
Reference in New Issue
Block a user