MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / initialize

Method initialize

src/ext/sockjs/tornado/static.py:81–84  ·  view source on GitHub ↗
(self, server)

Source from the content-addressed store, hash-verified

79 steps = [0.005, 0.025, 0.125, 0.625, 3.125]
80
81 def initialize(self, server):
82 self.server = server
83 self.step = 0
84 self.io_loop = server.io_loop
85
86 @asynchronous
87 def post(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected