MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / __init__

Method __init__

tests/test_registration_engine.py:26–29  ·  view source on GitHub ↗
(self, steps)

Source from the content-addressed store, hash-verified

24
25class QueueSession:
26 def __init__(self, steps):
27 self.steps = list(steps)
28 self.calls = []
29 self.cookies = {}
30
31 def get(self, url, **kwargs):
32 return self._request("GET", url, **kwargs)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected