1
0
forked from VimPlug/jedi

make source_path in script optional, fixes #32

This commit is contained in:
David Halter
2012-10-20 13:45:15 +02:00
parent 95481be64c
commit bb76792ea8
6 changed files with 16 additions and 9 deletions

View File

@@ -198,7 +198,7 @@ class Script(object):
:param col: The column to complete in.
:type col: int
:param source_path: The path in the os, the current module is in.
:type source_path: string
:type source_path: string or None
"""
def __init__(self, source, line, column, source_path):
self.pos = line, column