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

Function main

examples/simple-client/sync/fiddle_client.py:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def main():
5 with socketio.SimpleClient() as sio:
6 sio.connect('http://localhost:5000', auth={'token': 'my-token'})
7 print(sio.receive())
8
9
10if __name__ == '__main__':

Callers 1

fiddle_client.pyFile · 0.70

Calls 2

connectMethod · 0.45
receiveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…