Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/miguelgrinberg/python-socketio
/ dumps
Method
dumps
tests/common/test_server.py:1013–1014 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
1011
class
CustomJSON:
1012
@staticmethod
1013
def
dumps(*args, **kwargs):
1014
return
'*** encoded ***'
1015
1016
@staticmethod
1017
def
loads(*args, **kwargs):
Callers
9
_publish
Method · 0.45
_publish
Method · 0.45
_publish
Method · 0.45
encode
Method · 0.45
_publish
Method · 0.45
_publish
Method · 0.45
encode
Method · 0.45
_publish
Method · 0.45
messages
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected