1
0
forked from VimPlug/jedi

added a docstring to _Help

This commit is contained in:
Dave Halter
2014-04-17 14:21:20 +02:00
parent 084a4a5a43
commit a92c9dd81b

View File

@@ -714,6 +714,10 @@ class _Param(Definition):
class _Help(object):
"""
Temporary implementation, will be used as `Script.help() or something in
the future.
"""
def __init__(self, definition):
self._definition = definition