1
0
forked from VimPlug/jedi

Make the classes descriptions look better --- not sure whether this is a good idea

This commit is contained in:
Claude
2015-12-30 20:13:33 +01:00
parent 67cbc5ebd1
commit 5948c63cf9

View File

@@ -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