forked from VimPlug/jedi
Hide api_classes.defined_names
This commit is contained in:
@@ -507,7 +507,7 @@ def defined_names(source, source_path=None, source_encoding='utf-8'):
|
||||
modules.source_to_unicode(source, source_encoding),
|
||||
module_path=source_path,
|
||||
)
|
||||
return api_classes.defined_names(parser.scope)
|
||||
return api_classes._defined_names(parser.scope)
|
||||
|
||||
|
||||
def set_debug_function(func_cb=debug.print_to_stdout, warnings=True,
|
||||
|
||||
Reference in New Issue
Block a user