mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add support for (PY3 only) json.detect_encoding (#5003)
This commit is contained in:
@@ -55,3 +55,4 @@ def load(
|
||||
object_pairs_hook: Optional[Callable[[List[Tuple[Any, Any]]], Any]] = ...,
|
||||
**kwds: Any,
|
||||
) -> Any: ...
|
||||
def detect_encoding(b: bytes) -> str: ... # undocumented
|
||||
|
||||
Reference in New Issue
Block a user