1
0
forked from VimPlug/jedi

Remove the deprecated start_pos.

This commit is contained in:
Dave Halter
2017-01-04 18:23:41 +01:00
parent 01099ce5a9
commit 0caeef2589

View File

@@ -82,16 +82,6 @@ class BaseDefinition(object):
"""
return self._name.string_name
@property
def start_pos(self):
"""
.. deprecated:: 0.7.0
Use :attr:`.line` and :attr:`.column` instead.
.. todo:: Remove!
"""
warnings.warn("Use line/column instead.", DeprecationWarning)
return self._name.start_pos
@property
def type(self):
"""