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

Method all_packets

dshell/core.py:1516–1518  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1514
1515 @property
1516 def all_packets(self):
1517 warnings.warn("all_packets has been replaced with packets attribute", DeprecationWarning)
1518 return self.packets
1519
1520# @property
1521# def starttime(self):

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected