MCPcopy Index your code
hub / github.com/saltstack/salt / __key

Method __key

salt/crypt.py:953–954  ·  view source on GitHub ↗
(cls, opts, io_loop=None)

Source from the content-addressed store, hash-verified

951
952 @classmethod
953 def __key(cls, opts, io_loop=None):
954 return _auth_singleton_key(opts)
955
956 # has to remain empty for singletons, since __init__ will *always* be called
957 def __init__(self, opts, io_loop=None):

Callers 3

__singleton_init__Method · 0.95
invalidateMethod · 0.95
_authenticateMethod · 0.95

Calls 1

_auth_singleton_keyFunction · 0.85

Tested by

no test coverage detected