Add json.py_encode_basestring stubs (#5720)

This commit is contained in:
Anton Grübel
2021-07-02 10:18:35 +02:00
committed by GitHub
parent 8a107464a8
commit de19554dcc

View File

@@ -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