forked from VimPlug/jedi
deprecate Param.get_code
This commit is contained in:
@@ -599,7 +599,10 @@ class Param(Definition):
|
|||||||
"""
|
"""
|
||||||
def get_code(self):
|
def get_code(self):
|
||||||
"""
|
"""
|
||||||
A function to get the whole code of the param. We might deprecate this
|
.. deprecated:: 0.8.0
|
||||||
function in the future, use :attr:`.description` instead.
|
Use :attr:`.description` and :attr:`.name` instead.
|
||||||
|
.. todo:: Remove!
|
||||||
|
|
||||||
|
A function to get the whole code of the param.
|
||||||
"""
|
"""
|
||||||
return self.description
|
return self.description
|
||||||
|
|||||||
Reference in New Issue
Block a user