jedi: Add ustruct, json modules.

This commit is contained in:
Laurens Valk
2022-12-02 15:17:55 +01:00
parent f7984a4816
commit eff6eaa253
4 changed files with 31 additions and 4 deletions
-4
View File
@@ -11,10 +11,6 @@ Convert between Python objects and the JSON data format.
from typing import IO, Any, Tuple
import json
json.dump
def dump(object: Any, stream: IO, separators: Tuple[str, str] = (", ", ": ")):
"""