MCPcopy
hub / github.com/saltstack/salt / warning

Method warning

tests/pytests/unit/cli/test_daemons.py:45–54  ·  view source on GitHub ↗

Collects the data from the logger of warning type. :param data: :return:

(self, message, *args, **kwargs)

Source from the content-addressed store, hash-verified

43 )
44
45 def warning(self, message, *args, **kwargs):
46 """
47 Collects the data from the logger of warning type.
48
49 :param data:
50 :return:
51 """
52 self.messages.append(
53 {"message": message, "args": args, "kwargs": kwargs, "type": "warning"}
54 )
55
56 def has_message(self, msg, log_type=None):
57 """

Callers 15

setup_featuresMethod · 0.80
_run_check_onlyifMethod · 0.80
_run_check_unlessMethod · 0.80
requisite_inMethod · 0.80
__eval_slotMethod · 0.80
verify_retry_dataMethod · 0.80
get_topsMethod · 0.80
merge_topsMethod · 0.80
handle_batch_jobsMethod · 0.80
fill_bucketsMethod · 0.80
__init__Method · 0.80
__verify_minionMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected