mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +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:
@@ -10,6 +10,8 @@ INFINITY: float
|
||||
|
||||
def py_encode_basestring(s: str) -> str: ... # undocumented
|
||||
def py_encode_basestring_ascii(s: str) -> str: ... # undocumented
|
||||
def encode_basestring(s: str) -> str: ... # undocumented
|
||||
def encode_basestring_ascii(s: str) -> str: ... # undocumented
|
||||
|
||||
class JSONEncoder:
|
||||
item_separator: str
|
||||
|
||||
Reference in New Issue
Block a user