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

Method __init__

src/ext/sockjs/tornado/conn.py:11–17  ·  view source on GitHub ↗

Connection constructor. `session` Associated session

(self, session)

Source from the content-addressed store, hash-verified

9
10class SockJSConnection(object):
11 def __init__(self, session):
12 """Connection constructor.
13
14 `session`
15 Associated session
16 """
17 self.session = session
18
19 # Public API
20 def on_open(self, request):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected