mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
jedi: Add ustruct, json modules.
This commit is contained in:
@@ -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] = (", ", ": ")):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user