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

Method __init__

src/ext/sockjs/tornado/sessioncontainer.py:78–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 clean them up all the time.
77 """
78 def __init__(self):
79 self._items = dict()
80 self._queue = []
81
82 def add(self, session):
83 """Add session to the container.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected