MCPcopy Index your code
hub / github.com/pythonstock/stock / open

Method open

backend/web/demo-chart.py:173–178  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 supports_binary = True
172
173 def open(self):
174 # Register the websocket with the FigureManager.
175 manager = self.application.manager
176 manager.add_web_socket(self)
177 if hasattr(self, 'set_nodelay'):
178 self.set_nodelay(True)
179
180 def on_close(self):
181 # When the socket is closed, deregister the websocket with

Callers 14

getMethod · 0.80
postMethod · 0.80
jquery-ui.min.jsFile · 0.80
doitMethod · 0.80
navigateMethod · 0.80
prepare_requestMethod · 0.80
wFunction · 0.80
teFunction · 0.80
xFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected