Open nightan42643 opened 2 years ago
Above is a picture of your document, but I think it should return a string, not an object?
def dumps(obj: object, jdkwargs: Optional[Dict[str, object]] = None, *args, **kwargs) -> str: ...
You are right, that should be str.
str
Above is a picture of your document, but I think it should return a string, not an object?