I figure this is pretty basic, but can\'t seem to figure out even how to ask google the right question. I am using this python websocket client to make some websocket conne
You can use a lambda to wrap the call:
lambda
ws.on_open = lambda *x: on_open("this new arg", *x)