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

Method handle_plugin_options

dshell/core.py:303–313  ·  view source on GitHub ↗

A placeholder. This function is called immediately after plugin args are processed and set in decode.py. A plugin can overwrite this function to perform actions based on the arg values as soon as they are set, before decode.py does any further processing (e.

(self)

Source from the content-addressed store, hash-verified

301 return pkt
302
303 def handle_plugin_options(self):
304 """
305 A placeholder.
306
307 This function is called immediately after plugin args are processed
308 and set in decode.py. A plugin can overwrite this function to perform
309 actions based on the arg values as soon as they are set, before
310 decode.py does any further processing (e.g. updating a BPF based on
311 provided arguments before handling --ebpf and --bpf flags).
312 """
313 pass
314
315 def _premodule(self):
316 """

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected