mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
Add json.py_encode_basestring stubs (#5720)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
from typing import Any, Callable, Iterator, Optional, Tuple
|
||||
|
||||
def py_encode_basestring(s: str) -> str: ... # undocumented
|
||||
def py_encode_basestring_ascii(s: str) -> str: ... # undocumented
|
||||
|
||||
class JSONEncoder:
|
||||
item_separator: str
|
||||
key_separator: str
|
||||
|
||||
Reference in New Issue
Block a user