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

Method dump

dshell/output/output.py:242–248  ·  view source on GitHub ↗

DEPRECATED Use the write function of the PCAPOutput class

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

240 self.write(*args, **kwargs)
241
242 def dump(self, *args, **kwargs):
243 """
244 DEPRECATED
245 Use the write function of the PCAPOutput class
246 """
247 warnings.warn("Use the write function of the PCAPOutput class", DeprecationWarning)
248 self.write(*args, **kwargs)
249
250
251class QueueOutputWrapper(object):

Callers

nothing calls this directly

Calls 2

writeMethod · 0.95
warnMethod · 0.80

Tested by

no test coverage detected