Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_connect
Method · 0.45
pre_run
Method · 0.45
get_user
Method · 0.45
pre_run
Method · 0.45
_get_script_args
Method · 0.45
pre_run
Method · 0.45
_get_result_status
Method · 0.45
get_user_db_from_request
Method · 0.45
process
Method · 0.45
get_publisher
Method · 0.45
set_log_level_for_all_loggers
Function · 0.45
format
Method · 0.45
Calls
1
get_by_name
Method · 0.45
Tested by
no test coverage detected