MCPcopy 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

_publishMethod · 0.45
_publishMethod · 0.45
_publishMethod · 0.45
encodeMethod · 0.45
_publishMethod · 0.45
_publishMethod · 0.45
encodeMethod · 0.45
_publishMethod · 0.45
messagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected