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

Method __init__

salt/crypt.py:1789–1790  ·  view source on GitHub ↗
(self, opts, io_loop=None)

Source from the content-addressed store, hash-verified

1787
1788 # has to remain empty for singletons, since __init__ will *always* be called
1789 def __init__(self, opts, io_loop=None):
1790 super().__init__(opts, io_loop=io_loop)
1791
1792 # an init for the singleton instance to call
1793 def __singleton_init__(self, opts, io_loop=None):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected