Commit 71c3d660 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

New method: ``as_dict``. Returns the _data dictionary.

parent 456ab9e9
......@@ -101,6 +101,9 @@ class PluginResult(meta.Base):
def __delitem__(self, key):
del self._data[key]
def as_dict(self):
return self._data
#
# Direct access to some attributes
#
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment