MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / modules_options_table

Method modules_options_table

bbot/core/modules.py:623–628  ·  view source on GitHub ↗
(self, modules=None, mod_type=None)

Source from the content-addressed store, hash-verified

621 return modules_options
622
623 def modules_options_table(self, modules=None, mod_type=None):
624 table = []
625 header = ["Config Option", "Type", "Description", "Default"]
626 for module_options in self.modules_options(modules, mod_type).values():
627 table += module_options
628 return make_table(table, header)
629
630 def flags(self, flags=None):
631 _flags = {}

Callers 3

_mainFunction · 0.80
update_docsFunction · 0.80

Calls 3

modules_optionsMethod · 0.95
make_tableFunction · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected