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

Method postfile

dshell/core.py:386–393  ·  view source on GitHub ↗

A placeholder. A plugin will be able to overwrite this function to perform an action after an individual file is processed.

(self)

Source from the content-addressed store, hash-verified

384 self.postfile()
385
386 def postfile(self):
387 """
388 A placeholder.
389
390 A plugin will be able to overwrite this function to perform an action
391 after an individual file is processed.
392 """
393 pass
394
395 def filter(self, packet) -> bool:
396 """

Callers 1

_postfileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected