MCPcopy Create free account
hub / github.com/miguelgrinberg/python-socketio / loads

Method loads

tests/common/test_server.py:1017–1018  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1015
1016 @staticmethod
1017 def loads(*args, **kwargs):
1018 return '+++ decoded +++'
1019
1020 server.Server(json=CustomJSON)
1021 eio.assert_called_once_with(

Callers 5

_threadMethod · 0.45
_listenMethod · 0.45
decodeMethod · 0.45
_threadMethod · 0.45
decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected