MCPcopy
hub / github.com/USArmyResearchLab/Dshell / alert

Method alert

dshell/output/output.py:234–240  ·  view source on GitHub ↗

DEPRECATED Use the write function of the AlertOutput class

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

232 pass
233
234 def alert(self, *args, **kwargs):
235 """
236 DEPRECATED
237 Use the write function of the AlertOutput class
238 """
239 warnings.warn("Use the write function of the AlertOutput class", DeprecationWarning)
240 self.write(*args, **kwargs)
241
242 def dump(self, *args, **kwargs):
243 """

Callers 1

http_handlerMethod · 0.80

Calls 2

writeMethod · 0.95
warnMethod · 0.80

Tested by

no test coverage detected