forked from VimPlug/jedi
added a docstring to _Help
This commit is contained in:
@@ -714,6 +714,10 @@ class _Param(Definition):
|
|||||||
|
|
||||||
|
|
||||||
class _Help(object):
|
class _Help(object):
|
||||||
|
"""
|
||||||
|
Temporary implementation, will be used as `Script.help() or something in
|
||||||
|
the future.
|
||||||
|
"""
|
||||||
def __init__(self, definition):
|
def __init__(self, definition):
|
||||||
self._definition = definition
|
self._definition = definition
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user