MCPcopy
hub / github.com/waditu/tushare / JSONEncodeError

Class JSONEncodeError

tushare/util/demjson.py:2062–2064  ·  view source on GitHub ↗

An exception class raised when a python object can not be encoded as a JSON string.

Source from the content-addressed store, hash-verified

2060 super(JSONDecodeHookError,self).__init__(msg, *args,**kwargs)
2061
2062class JSONEncodeError(JSONError):
2063 """An exception class raised when a python object can not be encoded as a JSON string."""
2064 pass
2065
2066class JSONEncodeHookError(JSONEncodeError):
2067 """An exception that occured within an encoder hook.

Callers 7

encode_numberMethod · 0.85
encode_stringMethod · 0.85
encodeMethod · 0.85
_do_encodeMethod · 0.85
encode_compositeMethod · 0.85
encode_equivalentMethod · 0.85
try_encode_defaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…