Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ dump_dict
Method
dump_dict
pywebio/io_ctrl.py:53–55 ·
view source on GitHub ↗
(cls, data)
Source
from the content-addressed store, hash-verified
51
52
@classmethod
53
def
dump_dict(cls, data):
54
# todo 使用其他方式来转换spec
55
return
json.loads(json.dumps(data, default=cls.json_encoder))
56
57
@classmethod
58
def
safely_destruct(cls, obj):
Callers
3
__init__
Method · 0.80
output
Function · 0.80
popup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected