From 35a4bd1a697f627edd19862c6b1afacfc7f754c4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 14 Jan 2025 13:35:30 -0500 Subject: Fix docstring in plugin.py --- python/plugin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/plugin.py b/python/plugin.py index 0250007e..e5441f7f 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -37,7 +37,8 @@ from . import mediumlevelil from . import highlevelil -class PluginCommandContext: """ +class PluginCommandContext: + """ The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew. :Example: @@ -47,7 +48,7 @@ class PluginCommandContext: """ >>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"] >>> binexport.execute(ctx) """ - + def __init__(self, view): self._view = view self._address = 0 -- cgit v1.3.1