mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 03:38:27 +08:00
Make sure params have no name
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user