MCPcopy
hub / github.com/eudicots/Cactus / open

Method open

cactus/server.py:22–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20class WebSocketHandler(tornado.websocket.WebSocketHandler):
21
22 def open(self):
23 if self not in self.application._socketHandlers:
24 self.application._socketHandlers.append(self)
25
26 def on_close(self):
27 if self in self.application._socketHandlers:

Callers 6

make_archiveMethod · 0.80
preBuildFunction · 0.80
preDeployFunction · 0.80
get_credentialsMethod · 0.80
open_tarfileFunction · 0.80
preBuildFunction · 0.80

Calls

no outgoing calls

Tested by 1

make_archiveMethod · 0.64