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

Method liveactions

st2client/st2client/client.py:398–406  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

396 # backward compatibility reasons until v3.2.0
397 @property
398 def liveactions(self):
399 warnings.warn(
400 (
401 "st2client.liveactions has been renamed to st2client.executions, please "
402 "update your code"
403 ),
404 DeprecationWarning,
405 )
406 return self.executions
407
408 @property
409 def inquiries(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected