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

Method __init__

st2client/st2client/utils/interactive.py:206–207  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

204
205class SecretStringReader(StringReader):
206 def __init__(self, *args, **kwargs):
207 super(SecretStringReader, self).__init__(*args, secret=True, **kwargs)
208
209 @staticmethod
210 def condition(spec):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected