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

Method get

st2common/st2common/persistence/auth.py:34–35  ·  view source on GitHub ↗
(cls, username)

Source from the content-addressed store, hash-verified

32
33 @classmethod
34 def get(cls, username):
35 return cls.get_by_name(username)
36
37 @classmethod
38 def get_by_nickname(cls, nickname, origin):

Callers 15

_connectMethod · 0.45
pre_runMethod · 0.45
get_userMethod · 0.45
pre_runMethod · 0.45
_get_script_argsMethod · 0.45
pre_runMethod · 0.45
_get_result_statusMethod · 0.45
processMethod · 0.45
get_publisherMethod · 0.45
formatMethod · 0.45

Calls 1

get_by_nameMethod · 0.45

Tested by

no test coverage detected