diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-12-07 15:07:31 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-12-07 15:07:31 -0500 |
| commit | daede114cfacf4cd68ed0a9f67c829b8b16da961 (patch) | |
| tree | 29fbb7a5354710505c5cadb18b5700f2aaf6c9da /python/plugin.py | |
| parent | f788c27bcb8851f594b63ccb2cca51887996f431 (diff) | |
Fix docs example rendering for PluginCommandContext
Diffstat (limited to 'python/plugin.py')
| -rw-r--r-- | python/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/plugin.py b/python/plugin.py index d8206bb8..9b7d1a3e 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -43,7 +43,6 @@ class PluginCommandContext: The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew. :Example: - # To trigger a registered plugin with a BinaryView, for example: >>> bv = load("/tmp/file1") >>> ctx = PluginCommandContext(bv); >>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"] |
