forked from VimPlug/jedi
Make the classes descriptions look better --- not sure whether this is a good idea
This commit is contained in:
@@ -120,4 +120,6 @@ def get_types_for_typing_module(evaluator, typ, trailer):
|
||||
for indextyp in dereferencedindextypes:
|
||||
result |= \
|
||||
evaluator.execute_evaluated(factory, compiled_classname, indextyp)
|
||||
for singleresult in result:
|
||||
singleresult.name.value += "[%s]" % indextyp.name
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user