1
0
forked from VimPlug/jedi

Make sure params have no name

This commit is contained in:
Dave Halter
2020-01-05 01:55:29 +01:00
parent 74fc29be9a
commit a7415be0ea
2 changed files with 9 additions and 0 deletions

View File

@@ -341,6 +341,9 @@ class _ParamMixin(object):
return '**'
return ''
def get_qualified_names(self, include_module_names=False):
return None
class ParamNameInterface(_ParamMixin):
api_type = u'param'