MCPcopy Create free account
hub / github.com/StackStorm/st2 / __init__

Method __init__

st2tests/st2tests/mocks/auth.py:42–43  ·  view source on GitHub ↗
(self, ttl)

Source from the content-addressed store, hash-verified

40
41class MockRequest:
42 def __init__(self, ttl):
43 self.ttl = ttl
44
45 user = None
46 ttl = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected