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

Method info

salt/version.py:413–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

411
412 @property
413 def info(self):
414 return tuple(self.min_info())
415
416 @property
417 def pre_info(self):

Callers 15

runMethod · 0.45
format_logFunction · 0.45
load_modulesMethod · 0.45
_call_parallel_targetMethod · 0.45
callMethod · 0.45
load_modulesMethod · 0.45
_post_fork_initMethod · 0.45
handle_batch_jobsMethod · 0.45
runMethod · 0.45
__set_max_open_filesMethod · 0.45
startMethod · 0.45

Calls 1

min_infoMethod · 0.95

Tested by

no test coverage detected