mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
@@ -1,2 +1,2 @@
|
||||
version = "0.1"
|
||||
version = "3.17"
|
||||
python2 = true
|
||||
|
||||
@@ -2,6 +2,7 @@ from typing import IO, Any, Text, Union
|
||||
|
||||
from simplejson.decoder import JSONDecoder as JSONDecoder
|
||||
from simplejson.encoder import JSONEncoder as JSONEncoder, JSONEncoderForHTML as JSONEncoderForHTML
|
||||
from simplejson.raw_json import RawJSON as RawJSON
|
||||
from simplejson.scanner import JSONDecodeError as JSONDecodeError
|
||||
|
||||
_LoadsString = Union[Text, bytes, bytearray]
|
||||
|
||||
3
stubs/simplejson/simplejson/raw_json.pyi
Normal file
3
stubs/simplejson/simplejson/raw_json.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
class RawJSON(object):
|
||||
encoded_json: str
|
||||
def __init__(self, encoded_json: str) -> None: ...
|
||||
Reference in New Issue
Block a user