MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / true_write

Method true_write

dshell/output/output.py:263–265  ·  view source on GitHub ↗

Calls the wrapped class's write function. Called from decode.py.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

261 self.id = str(self.__oobject)
262
263 def true_write(self, *args, **kwargs):
264 "Calls the wrapped class's write function. Called from decode.py."
265 self.__owrite(*args, **kwargs)
266
267 def write(self, *args, **kwargs):
268 """

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected