1
0
forked from VimPlug/jedi

add module_path documentation, fixes #306

This commit is contained in:
David Halter
2013-08-31 17:53:38 +04:30
parent 1ebf68999a
commit 4e9bb0c062

View File

@@ -80,6 +80,7 @@ class BaseDefinition(object):
# generate a path to the definition
self._module = definition.get_parent_until()
self.module_path = self._module.path
"""Shows the file path of a module. e.g. ``/usr/lib/python2.7/os.py``"""
@property
def start_pos(self):