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

Method get_utils_class

st2common/st2common/rbac/backends/base.py:60–64  ·  view source on GitHub ↗

Method which returns reference to a class with various RBAC related utility static methods.

(self)

Source from the content-addressed store, hash-verified

58 raise NotImplementedError()
59
60 def get_utils_class(self):
61 """
62 Method which returns reference to a class with various RBAC related utility static methods.
63 """
64 raise NotImplementedError()
65
66
67@six.add_metaclass(abc.ABCMeta)

Callers 15

_get_one_by_idMethod · 0.45
resource_model_filterMethod · 0.45
_get_oneMethod · 0.45
_get_mask_secretsMethod · 0.45
get_oneMethod · 0.45
get_oneMethod · 0.45
get_oneMethod · 0.45
getMethod · 0.45
get_oneMethod · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected