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

Method is_sudo

st2common/st2common/models/system/action.py:372–373  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

370 return self.parallel
371
372 def is_sudo(self):
373 return self.sudo
374
375 def get_user(self):
376 return self.user

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected